DK for .NET | TatukGIS.NDK.TGIS_RendererAbstract.CanvasDrawArc | Overloads | Constructors | Fields | Methods | Properties
Draw an arc on the Canvas object.
// C# public virtual abstract void CanvasDrawArc( int _x, int _y, int _radius, float _startAngle, float _sweepAngle );
' VisualBasic Public Overridable MustOverride Sub CanvasDrawArc( ByVal _x As Integer, ByVal _y As Integer, ByVal _radius As Integer, ByVal _startAngle As Single, ByVal _sweepAngle As Single )
// Oxygene public procedure CanvasDrawArc( _x : Integer; _y : Integer; _radius : Integer; _startAngle : Single; _sweepAngle : Single ); virtual; abstract;
| Name | Type | Description |
|---|---|---|
| _x | int Integer | x-coordinate of the center of the ellipse that contains the arc (in pixels) |
| _y | int Integer | y-coordinate of the center of the ellipse that contains the arc (in pixels) |
| _radius | int Integer | radius of the ellipse that contains the arc |
| _startAngle | float Single | angle between the x-axis and the starting point of the arc |
| _sweepAngle | float Single | angle between the starting and ending points of the arc |