Aspose::Page::XPS::DocumentUtils::CreatePieSlice method
DocumentUtils::CreatePieSlice method
Creates a path geometry representing a circle slice between two radial rays.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreatePieSlice(System::Drawing::PointF center, float radius, float startAngle, float endAngle)
| Parameter | Type | Description |
|---|---|---|
| center | System::Drawing::PointF | The center of the circle. |
| radius | float | The radius of the circle. |
| startAngle | float | The angle of the starting ray. |
| endAngle | float | The angle of the ending ray. |
ReturnValue
The XPS path geometry.
See Also
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++