DK11 for Delphi | FMX.GisRenderer.TGIS_RendererFmx.CanvasDrawText | Constructors | Fields | Methods | Properties
Draw a text on the Canvas object.
Overrides TGIS_RendererAbstract.CanvasDrawText.
// Delphi public procedure CanvasDrawText( const _rect : TRect; const _text : String ); override;
// C++ Builder public: virtual void CanvasDrawText( TRect* const _rect, const UnicodeString _text );
Name | Type | Description |
---|---|---|
_rect | TRect | rectangle (in pixels) |
_text | String | text to be drawn |