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)
ParameterType描述
centerSystem::Drawing::PointF圆心。
radius单精度浮点数圆的半径。
startAngle单精度浮点数起始角度。
endAngle单精度浮点数结束角度。

ReturnValue

XPS 路径几何体。

另见