User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_rendererabstract.canvasdrawpolyline_4_itgis_drawbuff

Table of Contents

ITGIS_RendererAbstract.CanvasDrawPolyLine_4 method

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

Draw a poly-line on the Canvas object.

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

Syntax

// C#
public void CanvasDrawPolyLine_4(
  ITGIS_DrawBufF _points
);
' VisualBasic
Public Sub CanvasDrawPolyLine_4(
  ByVal _points As ITGIS_DrawBufF
)
// Oxygene
public
  procedure CanvasDrawPolyLine_4(
    _points : ITGIS_DrawBufF
  );

Parameters

Name Type Description
_points ITGIS_DrawBufF array of all points (in pixels)
2022/11/30 19:09

Page Tools