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)
ParameterTypeDescription
centerSystem::Drawing::PointFThe center point of the ellipse.
radiusXfloatThe horizontal radius of the ellipse.
radiusYfloatThe vertical radius of the ellipse.

ReturnValue

The XPS path geometry.

See Also