DK11 for .NET | TatukGIS.NDK.TGIS_RendererAbstract.CanvasDrawEllipse | Constructors | Fields | Methods | Properties
Draw an ellipse on the Canvas object.
// C# public virtual abstract void CanvasDrawEllipse( int _x, int _y, int _width, int _height );
' VisualBasic Public Overridable MustOverride Sub CanvasDrawEllipse( ByVal _x As Integer, ByVal _y As Integer, ByVal _width As Integer, ByVal _height As Integer )
// 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) |