ClipPathBuilder.Ellipse
ClipPathBuilder.Ellipse method
Defines an elliptical clip path.
public ClipPathBuilder Ellipse(double radiusX, double radiusY, double centerX, double centerY,
LengthType type = LengthType.Px)
| Parameter | Type | Description |
|---|---|---|
| radiusX | Double | Horizontal radius of the ellipse. |
| radiusY | Double | Vertical radius of the ellipse. |
| centerX | Double | X-coordinate of the ellipse’s center. |
| centerY | Double | Y-coordinate of the ellipse’s center. |
| type | LengthType | The unit type for the dimensions. |
Return Value
The current instance of ClipPathBuilder for method chaining.
See Also
- enum LengthType
- class ClipPathBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG