[]
Creates a chord region (a region bounded by the intersection of an ellipse and a line segment, called a secant).
public static Region CreateChordRegion(Rectangle rectangle, float startAngle, float sweepAngle)
| Type | Name | Description |
|---|---|---|
| Rectangle | rectangle | A Rectangle indicates the bounds of the ellipse. |
| float | startAngle | A float specifies the start angle, in degrees. |
| float | sweepAngle | A float specifies the sweep angle, in degrees, relative to the starting angle. |
| Type | Description |
|---|---|
| Region | A Region indicates the chord region. |