DK11 for Python | tatukgis.pdk.TGIS_RendererAbstract.CanvasDrawLine | Constructors | Methods | Properties
Draw a line on the Canvas object.
# Python def CanvasDrawLine( self _x1: int _y1: int _x2: int _y2: int ) -> None:
Name | Type | Description |
---|---|---|
_x1 | int | x of staring point (in pixels) |
_y1 | int | y of staring point (in pixels) |
_x2 | int | x of ending point (in pixels) |
_y2 | int | y of ending point (in pixels) |