create_circle method

create_circle

Creates a path geometry representing a circle.

Returns

The XPS path geometry.

def create_circle(self, center, radius):
    ...
ParameterTypeDescription
centeraspose.pydrawing.PointFThe center point of the circle.
radiusfloatThe radius of the circle.

See Also