Aspose::Page::XPS::DocumentUtils::CreatePieSlice method

DocumentUtils::CreatePieSlice method

创建表示两条径向射线之间圆形切片的路径几何体。

System::SharedPtr<XpsModel::XpsPathGeometry> Aspose::Page::XPS::DocumentUtils::CreatePieSlice(System::Drawing::PointF center, float radius, float startAngle, float endAngle)
ParameterType描述
centerSystem::Drawing::PointF圆心。
radius单精度浮点数圆的半径。
startAngle单精度浮点数起始射线的角度。
endAngle单精度浮点数结束射线的角度。

ReturnValue

XPS 路径几何体。

另见