DK11 for Delphi | GisRendererAbstract.TGIS_RendererAbstract.CanvasDrawPolygon | Overloads | Constructors | Fields | Methods | Properties
Draw a polygon on the Canvas object.
// Delphi public procedure CanvasDrawPolygon( const _points : TGIS_DrawBuf; const _parts : TGIS_IntegerArray ); overload; virtual; abstract;
// C++ Builder public: virtual void CanvasDrawPolygon( TGIS_DrawBuf* const _points, TGIS_IntegerArray* const _parts ) = 0 /* overload */;
Name | Type | Description |
---|---|---|
_points | TGIS_DrawBuf | array of all points (in pixels) |
_parts | TGIS_IntegerArray | array of all parts; each entry is a part index starting offset |