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)
ParameterTypBeschreibung
MitteSystem::Drawing::PointFDer Mittelpunkt der Ellipse.
radiusXfloatDer horizontale Radius der Ellipse.
radiusYfloatDer vertikale Radius der Ellipse.

ReturnValue

Die XPS Pfadgeometrie.

Siehe auch