DK11 for Java | tatukgis.jdk.TGIS_RendererAbstract.CanvasDrawPolygon | Overloads | Constructors | Fields | Methods | Properties
Draw a polygon on the Canvas object.
// Java public abstract void CanvasDrawPolygon( TPoint[] _points, int _count );
// Oxygene public procedure CanvasDrawPolygon( _points : TGIS_DrawBuf; _count : Integer ); virtual; abstract;
Name | Type | Description |
---|---|---|
_points | TPoint[] TGIS_DrawBuf | array of all points (in pixels) |
_count | int Integer | number of points to be drawn from the _points array |