Aspose::Page::XPS::DocumentUtils::CreatePieSlice विधि
DocumentUtils::CreatePieSlice method
दो रेडियल किरणों के बीच एक वृत्त का स्लाइस दर्शाने वाली पाथ जियोमेट्री बनाता है।
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreatePieSlice(System::Drawing::PointF center, float radius, float startAngle, float endAngle)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| center | System::Drawing::PointF | वृत्त का केंद्र। |
| radius | फ़्लोट | वृत्त की त्रिज्या। |
| startAngle | फ़्लोट | प्रारंभिक किरण का कोण। |
| endAngle | फ़्लोट | समाप्ति किरण का कोण। |
ReturnValue
यह XPS पाथ ज्योमेट्री।
संबंधित देखें
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++