DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.CanvasDrawText | Methods | Properties
Draw a text on the Canvas object.
// C# public void CanvasDrawText( ITRect _rect, WideString _text );
' VisualBasic Public Sub CanvasDrawText( ByVal _rect As ITRect, ByVal _text As WideString )
// Oxygene public procedure CanvasDrawText( _rect : ITRect; _text : WideString );
Name | Type | Description |
---|---|---|
_rect | ITRect | rectangle (in pixels) |
_text | WideString | text to be drawn |