DK11 for Python | tatukgis.pdk.TGIS_RendererAbstract.CanvasDrawText | Constructors | Methods | Properties
Draw a text on the Canvas object.
# Python def CanvasDrawText( self _rect: tatukgis.rtl.TRect _text: str ) -> None:
Name | Type | Description |
---|---|---|
_rect | tatukgis.rtl.TRect | rectangle (in pixels) |
_text | str | text to be drawn |