User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_rendererabstract.canvasdrawpolyline_5_itgis_drawbuff_integer

Table of Contents

ITGIS_RendererAbstract.CanvasDrawPolyLine_5 method

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

Draw a poly-line on the Canvas object.

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

Syntax

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

Parameters

Name Type Description
_points ITGIS_DrawBufF array of all points (in pixels)
_count int
Integer
number of points to be drawn from the _points array
2024/12/20 22:16

Page Tools