User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_rendererabstract.canvasdrawpolygon_tgis_drawbuf_integer

Table of Contents

TGIS_RendererAbstract.CanvasDrawPolygon(TGIS_DrawBuf, int) method

Draw a polygon on the Canvas object.

Syntax

# Python
def CanvasDrawPolygon(
  self,
  _points: TGIS_DrawBuf,
  _count: int
) -> None: 

Parameters

Name Type Description
_points TGIS_DrawBuf array of all points (in pixels)
_count int number of points to be drawn from the _points array
2026/05/25 22:01

Page Tools