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)
| Parameter | Type | الوصف |
|---|---|---|
| المركز | 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++