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[] _parts );
// Oxygene public procedure CanvasDrawPolygon( _points : TGIS_DrawBuf; _parts : TGIS_IntegerArray ); virtual; abstract;
Name | Type | Description |
---|---|---|
_points | TPoint[] TGIS_DrawBuf | array of all points (in pixels) |
_parts | int[] TGIS_IntegerArray | array of all parts; each entry is a part index starting offset |