DK11 for Delphi | FMX.GisRenderer.TGIS_RendererFmx.CanvasDrawEllipse | Constructors | Fields | Methods | Properties
Draw an ellipse on the Canvas object.
Overrides TGIS_RendererAbstract.CanvasDrawEllipse.
// Delphi public procedure CanvasDrawEllipse( const _x : Integer; const _y : Integer; const _width : Integer; const _height : Integer ); override;
// C++ Builder public: virtual void CanvasDrawEllipse( const int _x, const int _y, const int _width, const int _height );
Name | Type | Description |
---|---|---|
_x | Integer | x-coordinate of the upper-left corner of the bounding rectangle (in pixels) |
_y | Integer | y-coordinate of the upper-left corner of the bounding rectangle (in pixels) |
_width | Integer | ellipse width (in pixels) |
_height | Integer | ellipse height (in pixels) |