Aspose::Page::XPS::DocumentUtils::CreateCircularSegment method
DocumentUtils::CreateCircularSegment method
Creates a path geometry representing a circular segment between two angles.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateCircularSegment(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 starting angle. |
endAngle | float | The ending angle. |
ReturnValue
The XPS path geometry.
See Also
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++