'Declaration
Public Shared Function CreateChordRegion( _ ByVal rectangle As Rectangle, _ ByVal startAngle As Single, _ ByVal sweepAngle As Single _ ) As Region
public static Region CreateChordRegion( Rectangle rectangle, float startAngle, float sweepAngle )
Parameters
- rectangle
- A System.Drawing.Rectangle indicates the bounds of the ellipse.
- startAngle
- A float specifies the start angle, in degrees.
- sweepAngle
- A float specifies the sweep angle, in degrees, relative to the starting angle.
Return Value
A Region indicates the chord region.