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, _parts: TGIS_IntegerArray ) -> None:
| Name | Type | Description |
|---|---|---|
| _points | TGIS_DrawBufF | array of all points (in pixels) |
| _parts | TGIS_IntegerArray | array of all parts; each entry is a part index starting offset |