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