Aspose::Page::XPS::DocumentUtils::CreateCircularSegment method
DocumentUtils::CreateCircularSegment method
Maakt een padgeometrie die een cirkelsegment tussen twee hoeken weergeeft.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateCircularSegment(System::Drawing::PointF center, float radius, float startAngle, float endAngle)
| Parameter | Type | Beschrijving |
|---|---|---|
| center | System::Drawing::PointF | Het middelpunt van de cirkel. |
| radius | float | De straal van de cirkel. |
| startAngle | float | De starthoek. |
| endAngle | float | De eindhoek. |
ReturnValue
De XPS padgeometrie.
Zie ook
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++