Aspose::Page::XPS::DocumentUtils::CreateEllipse Methode
DocumentUtils::CreateEllipse method
Erstellt eine Pfadgeometrie, die eine Ellipse darstellt.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateEllipse(System::Drawing::PointF center, float radiusX, float radiusY)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Mitte | System::Drawing::PointF | Der Mittelpunkt der Ellipse. |
| radiusX | float | Der horizontale Radius der Ellipse. |
| radiusY | float | Der vertikale Radius der Ellipse. |
ReturnValue
Die XPS Pfadgeometrie.
Siehe auch
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++