User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_rendererabstract.canvasdrawpolyline_tgis_drawbuff_integer

Table of Contents

TGIS_RendererAbstract.CanvasDrawPolyLine(TGIS_DrawBufF, int) 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,
  _count: int
) -> None: 

Parameters

Name Type Description
_points TGIS_DrawBufF array of all points (in pixels)
_count int number of points to be drawn from the _points array
2025/01/31 01:23

Page Tools