Property | Type | Description | |
---|---|---|---|
npoints | int | ||
xpoints | int[] | ||
ypoints | int[] |
Method | Description | |
---|---|---|
Polygon ( ) : System | ||
Polygon ( int xpoints_, int ypoints_, int npoints_ ) : System |
public Polygon ( int xpoints_, int ypoints_, int npoints_ ) : System | ||
xpoints_ | int | |
ypoints_ | int | |
npoints_ | int | |
return | System |