DK11 for Delphi | GisRendererAbstract.TGIS_RendererAbstract.CanvasDrawEllipse | Constructors | Fields | Methods | Properties
Draw an ellipse on the Canvas object.
// Delphi public procedure CanvasDrawEllipse( const _x : Integer; const _y : Integer; const _width : Integer; const _height : Integer ); virtual; abstract;
// C++ Builder public: virtual void CanvasDrawEllipse( const int _x, const int _y, const int _width, const int _height ) = 0;
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) |