Aspose::Page::XPS::DocumentUtils::CreatePieSlice method
DocumentUtils::CreatePieSlice method
Maakt een padgeometrie die een cirkelsegment tussen twee radiale stralen weergeeft.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreatePieSlice(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 hoek van de startstraal. |
| endAngle | float | De hoek van de eindstraal. |
ReturnValue
De XPS padgeometrie.
Zie ook
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++