User Tools

Site Tools


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

Table of Contents

TGIS_RendererFmx.RenderLabel(TObject; TGIS_DrawBuf) method

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

Render a label for a single shape in a current context.

Syntax

Overrides TGIS_RendererAbstract.RenderLabel.

// Delphi
public
  procedure RenderLabel(
    const _shp : TObject;
    var _points : TGIS_DrawBuf
  ); overload; override;
// C++ Builder
public:
  virtual void RenderLabel(
    TObject* const _shp,
    TGIS_DrawBuf* &_points
  ) /* overload */;

Parameters

Name Type Description
_shp TObject shape to be rendered
_points TGIS_DrawBuf list of points delimiting label area
2024/12/20 21:53

Page Tools