DK for Python | tatukgis_pdk.TGIS_RendererAbstract.CanvasDrawPolyLine | Overloads | Constructors | Methods | Properties
Draw a poly-line on the Canvas object.
# Python def CanvasDrawPolyLine( self, _points: TGIS_DrawBufF, _count: int ) -> None:
| Name | Type | Description |
|---|---|---|
| _points | TGIS_DrawBufF | array of all points (in pixels) |
| _count | int | number of points to be drawn from the _points array |