DK for Delphi | FMX.GisRenderer.TGIS_RendererFmx.CanvasDrawPolygon | Overloads | Constructors | Fields | Methods | Properties
Draw a polygon on the Canvas object.
Overrides TGIS_RendererAbstract.CanvasDrawPolygon.
// Delphi public procedure CanvasDrawPolygon( const _points : TGIS_DrawBufF; const _count : Integer ); override;
// C++ Builder public: virtual void CanvasDrawPolygon( TGIS_DrawBufF* const _points, const int _count );
Name | Type | Description |
---|---|---|
_points | TGIS_DrawBufF | array of all points (in pixels) |
_count | Integer | number of points to be drawn from the _points array |