DK11 for Java | tatukgis.jdk.TGIS_RendererAbstract.CanvasDrawEllipse | Constructors | Fields | Methods | Properties
Draw an ellipse on the Canvas object.
// Java public abstract void CanvasDrawEllipse( int _x, int _y, int _width, int _height );
// Oxygene public procedure CanvasDrawEllipse( _x : Integer; _y : Integer; _width : Integer; _height : Integer ); virtual; abstract;
Name | Type | Description |
---|---|---|
_x | int Integer | x-coordinate of the upper-left corner of the bounding rectangle (in pixels) |
_y | int Integer | y-coordinate of the upper-left corner of the bounding rectangle (in pixels) |
_width | int Integer | ellipse width (in pixels) |
_height | int Integer | ellipse height (in pixels) |