Aspose::Page::XPS::DocumentUtils::CreateEllipse 方法

DocumentUtils::CreateEllipse method

创建表示椭圆的路径几何体。

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateEllipse(System::Drawing::PointF center, float radiusX, float radiusY)
ParameterType描述
centerSystem::Drawing::PointF椭圆的中心点。
radiusX单精度浮点数椭圆的水平半径。
radiusY单精度浮点数椭圆的垂直半径。

ReturnValue

XPS 路径几何体。

另见