Aspose::Page::XPS::DocumentUtils::CreateCircularSegment method
DocumentUtils::CreateCircularSegment method
创建表示两个角度之间圆形段的路径几何体。
System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreateCircularSegment(System::Drawing::PointF center, float radius, float startAngle, float endAngle)
| Parameter | Type | 描述 |
|---|---|---|
| center | System::Drawing::PointF | 圆心。 |
| radius | 单精度浮点数 | 圆的半径。 |
| startAngle | 单精度浮点数 | 起始角度。 |
| endAngle | 单精度浮点数 | 结束角度。 |
ReturnValue
该 XPS 路径几何体。
另见
- Typedef SharedPtr
- Class XpsPathGeometry
- Class PointF
- Class DocumentUtils
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++