[]
Create a pie region.
public static Region CreatePieRegion(Rectangle rectangle, float startAngle, float sweepAngle)
Type | Name | Description |
---|---|---|
Rectangle | rectangle | A Rectangle structure that defines the boundaries of the pie. |
float | startAngle | A float value that defines the start angle of the pie. |
float | sweepAngle | A float value that defines the sweep angle of the pie. |
Type | Description |
---|---|
Region | A Region indicates the pie region. |