User Tools

Site Tools


api:dk11:delphi:fmx.gisrenderer.tgis_rendererfmx.canvasdrawpolyline_tgis_drawbuf_tgis_integerarray

Table of Contents

TGIS_RendererFmx.CanvasDrawPolyLine(TGIS_DrawBuf; TGIS_IntegerArray) method

DK11 for Delphi | FMX.GisRenderer.TGIS_RendererFmx.CanvasDrawPolyLine | Overloads | Constructors | Fields | Methods | Properties

Draw a poly-line on the Canvas object.

Available also on: Python.

Syntax

Overrides TGIS_RendererAbstract.CanvasDrawPolyLine.

// Delphi
public
  procedure CanvasDrawPolyLine(
    const _points : TGIS_DrawBuf;
    const _parts : TGIS_IntegerArray
  ); override;
// C++ Builder
public:
  virtual void CanvasDrawPolyLine(
    TGIS_DrawBuf* const _points,
    TGIS_IntegerArray* const _parts
  );

Parameters

Name Type Description
_points TGIS_DrawBuf array of all points (in pixels)
_parts TGIS_IntegerArray array of all parts; each entry is a part index starting offset
2022/11/16 01:13

Page Tools