Draws the arc representing a portion of an ellipse specified by a VectorRectangle structure.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public abstract void DrawArc( Stroke stroke, VectorRectangle rect, double startAngle, double sweepAngle ) |
Visual Basic (Declaration) |
---|
Public MustOverride Sub DrawArc ( _ stroke As Stroke, _ rect As VectorRectangle, _ startAngle As Double, _ sweepAngle As Double _ ) |
Visual C++ |
---|
public: virtual void DrawArc( Stroke^ stroke, VectorRectangle rect, double startAngle, double sweepAngle ) abstract |
Parameters
- stroke
- Type: PerpetuumSoft.Framework.Drawing..::.Stroke
- startAngle
- Type: System..::.Double
- sweepAngle
- Type: System..::.Double