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)
| Parameter | Type | 描述 |
|---|---|---|
| center | System::Drawing::PointF | 椭圆的中心点。 |
| radiusX | 单精度浮点数 | 椭圆的水平半径。 |
| radiusY | 单精度浮点数 | 椭圆的垂直半径。 |
ReturnValue
该 XPS 路径几何体。
另见
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++