[]
Represents parameters of pie slice.
public struct PieInfo
| Name | Description |
|---|---|
| PieInfo(Point, double, double, double, double, double, double, double) | Creates a new PieInfo structure with the specified parameters. |
| Name | Description |
|---|---|
| Angle | Gets or sets the start angle of the pie. |
| Center | Gets or sets the center of the pie. |
| Height | Gets or sets the height of the pie. |
| InnerRadius | Gets or sets the inner radius of the pie. |
| Offset | Gets or sets the radial offset of pie slice from the center. |
| RadiusX | Gets or sets the x-radius of the pie. |
| RadiusY | Gets or sets the y-radius of the pie. |
| Sweep | Gets or sets the sweep of the pie. |
| Name | Description |
|---|---|
| Equals(PieInfo) | |
| Equals(object) | |
| GetHashCode() |
| Name | Description |
|---|---|
| operator ==(PieInfo, PieInfo) | |
| operator !=(PieInfo, PieInfo) |