Método Aspose::Page::XPS::DocumentUtils::CreateEllipse

DocumentUtils::CreateEllipse method

Crea una geometría de ruta que representa una elipse.

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateEllipse(System::Drawing::PointF center, float radiusX, float radiusY)
ParámetroTipoDescripción
centroSystem::Drawing::PointFEl punto central de la elipse.
radiusXfloatEl radio horizontal de la elipse.
radiusYfloatEl radio vertical de la elipse.

ReturnValue

La XPS geometría de ruta.

Ver también