Aspose::Page::XPS::DocumentUtils::CreateCircle 方法

DocumentUtils::CreateCircle method

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

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateCircle(System::Drawing::PointF center, float radius)
ParameterType描述
centerSystem::Drawing::PointF圆的中心点。
radius单精度浮点数圆的半径。

ReturnValue

XPS 路径几何体。

另见