DK11 for Delphi | FMX.GisRenderer.TGIS_RendererFmx.RenderLabel | Overloads | Constructors | Fields | Methods | Properties
Render a label for a single shape in a current context.
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 */;
Name | Type | Description |
---|---|---|
_shp | TObject | shape to be rendered |
_points | TGIS_DrawBuf | list of points delimiting label area |