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