예제 #1
0
 public void fillPolygon(Polygon p)
 {
     fillPolygon(p.xpoints, p.ypoints, p.npoints);
 }
예제 #2
0
파일: awt.cs 프로젝트: cadencii/cadencii
 public void fillPolygon( Polygon p ) {
     fillPolygon( p.xpoints, p.ypoints, p.npoints );
 }
예제 #3
0
 public void drawPolygon(Polygon p)
 {
     drawPolygon(p.xpoints, p.ypoints, p.npoints);
 }
예제 #4
0
파일: awt.cs 프로젝트: cadencii/cadencii
 public void drawPolygon( Polygon p ) {
     drawPolygon( p.xpoints, p.ypoints, p.npoints );
 }