User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_rendererabstract.canvasdrawpolyline_6_itgis_drawbuff_itgis_integerarray

Table of Contents

ITGIS_RendererAbstract.CanvasDrawPolyLine_6 method

DK for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.CanvasDrawPolyLine_6 | Methods | Properties

Draw a poly-line on the Canvas object.

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

Syntax

// C#
public void CanvasDrawPolyLine_6(
  ITGIS_DrawBufF _points,
  ITGIS_IntegerArray _parts
);
' VisualBasic
Public Sub CanvasDrawPolyLine_6(
  ByVal _points As ITGIS_DrawBufF,
  ByVal _parts As ITGIS_IntegerArray
)
// Oxygene
public
  procedure CanvasDrawPolyLine_6(
    _points : ITGIS_DrawBufF;
    _parts : ITGIS_IntegerArray
  );

Parameters

Name Type Description
_points ITGIS_DrawBufF array of all points (in pixels)
_parts ITGIS_IntegerArray array of all parts; each entry is a part index starting offset
2025/01/31 01:04

Page Tools