Aspose::Page::XPS::DocumentUtils::CreateEllipse method
DocumentUtils::CreateEllipse method
Creates a path geometry representing an ellipse.
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateEllipse(System::Drawing::PointF center, float radiusX, float radiusY)
Parameter | Type | Description |
---|---|---|
center | System::Drawing::PointF | The center point of the ellipse. |
radiusX | float | The horizontal radius of the ellipse. |
radiusY | float | The vertical radius of the ellipse. |
ReturnValue
The XPS path geometry.
See Also
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++