DocumentUtils.CreateEllipse

DocumentUtils.CreateEllipse method

Creates a path geometry representing an ellipse.

public XpsPathGeometry CreateEllipse(PointF center, float radiusX, float radiusY)
ParameterTypeDescription
centerPointFThe center point of the ellipse.
radiusXSingleThe horizontal radius of the ellipse.
radiusYSingleThe vertical radius of the ellipse.

Return Value

The XPS path geometry.

See Also