circle method
circle
Defines a circular clip path.
Returns
The current instance of ClipPathBuilder for method chaining.
def circle(self, radius, center_x, center_y, type):
...
Parameter | Type | Description |
---|---|---|
radius | float | Radius of the circle. |
center_x | float | X-coordinate of the circle’s center. |
center_y | float | Y-coordinate of the circle’s center. |
type | LengthType | The unit type for the dimensions. |
See Also
- module
aspose.svg.builder
- class
ClipPathBuilder