ClipPathBuilder.Circle

ClipPathBuilder.Circle method

Defines a circular clip path.

public ClipPathBuilder Circle(double radius, double centerX, double centerY, 
    LengthType type = LengthType.Px)
ParameterTypeDescription
radiusDoubleRadius of the circle.
centerXDoubleX-coordinate of the circle’s center.
centerYDoubleY-coordinate of the circle’s center.
typeLengthTypeThe unit type for the dimensions.

Return Value

The current instance of ClipPathBuilder for method chaining.

See Also