User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_rendererabstract.canvasdrawpolyline_tgis_drawbuff_tgis_integerarray

Table of Contents

TGIS_RendererAbstract.CanvasDrawPolyLine(TGIS_DrawBufF, TGIS_IntegerArray) method

DK for Python | tatukgis_pdk.TGIS_RendererAbstract.CanvasDrawPolyLine | Overloads | Constructors | Methods | Properties

Draw a poly-line on the Canvas object.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def CanvasDrawPolyLine(
  self,
  _points: TGIS_DrawBufF,
  _parts: TGIS_IntegerArray
) -> None: 

Parameters

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
2025/01/31 01:23

Page Tools