DocumentUtils.CreatePieSlice
DocumentUtils.CreatePieSlice method
Creates a path geometry representing a circle slice between two radial rays.
public XpsPathGeometry CreatePieSlice(PointF center, float radius, float startAngle, float endAngle)
Parameter | Type | Description |
---|---|---|
center | PointF | The center of the circle. |
radius | Single | The radius of the circle. |
startAngle | Single | The angle of the starting ray. |
endAngle | Single | The angle of the ending ray. |
Return Value
The XPS path geometry.
See Also
- class XpsPathGeometry
- class DocumentUtils
- namespace Aspose.Page.XPS
- assembly Aspose.Page