circle

fun circle(builder: CircleClipBuilder.() -> Unit)(source)

Adds a circular clipping mask to the current clip context.

This method configures a circular clipping region with customizable properties defined within the provided builder. The circle is defined by its radius and center.

Parameters

builder

a lambda with receiver scope of CircleClipBuilder allowing configuration of the circle's attributes such as radius and center position.