DocumentUtils.CreateCircle

DocumentUtils.CreateCircle method

Creates a path geometry representing a circle.

public XpsPathGeometry CreateCircle(PointF center, float radius)
ParameterTypeDescription
centerPointFThe center point of the circle.
radiusSingleThe radius of the circle.

Return Value

The XPS path geometry.

See Also