DK11 for Python | tatukgis.pdk.TGIS_RendererAbstract.CanvasDrawEllipse | Constructors | Methods | Properties
Draw an ellipse on the Canvas object.
# Python def CanvasDrawEllipse( self _x: int _y: int _width: int _height: int ) -> None:
Name | Type | Description |
---|---|---|
_x | int | x-coordinate of the upper-left corner of the bounding rectangle (in pixels) |
_y | int | y-coordinate of the upper-left corner of the bounding rectangle (in pixels) |
_width | int | ellipse width (in pixels) |
_height | int | ellipse height (in pixels) |