Aspose::Page::XPS::DocumentUtils::CreateCircle 方法
DocumentUtils::CreateCircle method
创建表示圆形的路径几何体。
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateCircle(System::Drawing::PointF center, float radius)
| Parameter | Type | 描述 |
|---|---|---|
| center | System::Drawing::PointF | 圆的中心点。 |
| radius | 单精度浮点数 | 圆的半径。 |
ReturnValue
该 XPS 路径几何体。
另见
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++