Exemple #1
0
 public Shape drawLineDashRed(Linha linha)
 {
     return(drawLineDashRed(linha.sX, linha.sY, linha.eX, linha.eY));
 }
Exemple #2
0
 public Shape drawLine(Linha line)
 {
     return(drawLine(line.sX, line.sY, line.eX, line.eY));
 }
Exemple #3
0
 public Shape drawLineDashBlack(Linha line)
 {
     return(drawLineDashBlack(line.sX, line.sY, line.eX, line.eY));
 }