DocumentUtils.CreateCircle
DocumentUtils.CreateCircle method
Creates a path geometry representing a circle.
public XpsPathGeometry CreateCircle(PointF center, float radius)
Parameter | Type | Description |
---|---|---|
center | PointF | The center point of the circle. |
radius | Single | The radius of the circle. |
Return Value
The XPS path geometry.
See Also
- class XpsPathGeometry
- class DocumentUtils
- namespace Aspose.Page.XPS
- assembly Aspose.Page