DK for Delphi | GisRendererAbstract.TGIS_RendererAbstract.CanvasDrawPolyLine | Overloads | Constructors | Fields | Methods | Properties
Draws a polyline on the Canvas object.
// Delphi public procedure CanvasDrawPolyLine( const _points : TGIS_DrawBufF ); overload; virtual; abstract;
// C++ Builder public: virtual void CanvasDrawPolyLine( TGIS_DrawBufF* const _points ) = 0 /* overload */;
| Name | Type | Description |
|---|---|---|
| _points | TGIS_DrawBufF | array of all points in pixels |