Aspose::Page::XPS::DocumentUtils::CreateEllipse طريقة
DocumentUtils::CreateEllipse method
ينشئ هندسة مسار تمثل قطعًا ناقصًا.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateEllipse(System::Drawing::PointF center, float radiusX, float radiusY)
| Parameter | Type | الوصف |
|---|---|---|
| المركز | System::Drawing::PointF | نقطة المركز للإهليلج. |
| radiusX | عدد عائم | نصف القطر الأفقي للإهليلج. |
| radiusY | عدد عائم | نصف القطر العمودي للإهليلج. |
ReturnValue
الـ XPS هندسة المسار.
انظر أيضًا
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++