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