Draws an arc representing a portion of an ellipse specified by a Rectangle structure.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As SvgRendering
Dim rect As RectangleF
Dim startAngle As Single
Dim sweepAngle As Single
instance.DrawArc(rect, startAngle, sweepAngle)
|
Parameters
- rect
- Rectangle structure that defines the boundaries of the ellipse.
- startAngle
- Angle in degrees measured clockwise from the x-axis to the starting point of the arc.
- sweepAngle
- Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also