ClipPathBuilder.Circle
ClipPathBuilder.Circle method
Defines a circular clip path.
public ClipPathBuilder Circle(double radius, double centerX, double centerY,
LengthType type = LengthType.Px)
| Parameter | Type | Description |
|---|---|---|
| radius | Double | Radius of the circle. |
| centerX | Double | X-coordinate of the circle’s center. |
| centerY | Double | Y-coordinate of the circle’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