fillPolygon() private méthode

private fillPolygon ( int p1, int p2 ) : void
p1 int
p2 int
Résultat void
Exemple #1
0
 public override void execute(WindowsGraphics underlying)
 {
     underlying.setColor(color);
     underlying.setAlpha(alpha);
     underlying.fillPolygon(p1, p2);
 }
 public override void execute(WindowsGraphics underlying)
 {
     underlying.setColor(color);
     underlying.setAlpha(alpha);
     underlying.fillPolygon(p1, p2);
 }