User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_rendererabstract.canvasdrawpolyline_2_itgis_drawbuf_integer

Table of Contents

ITGIS_RendererAbstract.CanvasDrawPolyLine_2 method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.CanvasDrawPolyLine_2 | Methods | Properties

Draw a poly-line on the Canvas object.

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

Syntax

// C#
public void CanvasDrawPolyLine_2(
  ITGIS_DrawBuf _points,
  int _count
);
' VisualBasic
Public Sub CanvasDrawPolyLine_2(
  ByVal _points As ITGIS_DrawBuf,
  ByVal _count As Integer
)
// Oxygene
public
  procedure CanvasDrawPolyLine_2(
    _points : ITGIS_DrawBuf;
    _count : Integer
  );

Parameters

Name Type Description
_points ITGIS_DrawBuf array of all points (in pixels)
_count int
Integer
number of points to be drawn from the _points array
2022/11/30 19:09

Page Tools