Draws the arc representing a portion of an ellipse specified by a pair of coordinates, width and height.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void DrawArc( Stroke stroke, double x, double y, double width, double height, double startAngle, double sweepAngle ) |
Visual Basic (Declaration) |
---|
Public Sub DrawArc ( _ stroke As Stroke, _ x As Double, _ y As Double, _ width As Double, _ height As Double, _ startAngle As Double, _ sweepAngle As Double _ ) |
Visual C++ |
---|
public: void DrawArc( Stroke^ stroke, double x, double y, double width, double height, double startAngle, double sweepAngle ) |
Parameters
- stroke
- Type: PerpetuumSoft.Framework.Drawing..::.Stroke
- x
- Type: System..::.Double
- y
- Type: System..::.Double
- width
- Type: System..::.Double
- height
- Type: System..::.Double
- startAngle
- Type: System..::.Double
- sweepAngle
- Type: System..::.Double