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)
ParameterTypeDescription
radiusXDoubleHorizontal radius of the ellipse.
radiusYDoubleVertical radius of the ellipse.
centerXDoubleX-coordinate of the ellipse’s center.
centerYDoubleY-coordinate of the ellipse’s center.
typeLengthTypeThe unit type for the dimensions.

Return Value

The current instance of ClipPathBuilder for method chaining.

See Also