Aspose::Page::XPS::DocumentUtils::CreateCircularSegment विधि
DocumentUtils::CreateCircularSegment method
दो कोणों के बीच एक वृत्तीय खंड का प्रतिनिधित्व करने वाली पाथ जियोमेट्री बनाता है।
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateCircularSegment(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++