🌈 Create new beautiful Compose Gradients with our new wesite ->
Composable Function

toShape

Returns a Shape that is remembered across compositions for this RoundedPolygon.

toShape

Source set: Common
@Composable
public fun RoundedPolygon.toShape(startAngle: Int = 0): Shape

Returns a Shape that is remembered across compositions for this RoundedPolygon.

Parameters

startAngle the angle (in degrees) from which to begin drawing the generated shape's path. By default, it is set to 0 degrees, meaning the shape's path begins drawing at the 3 o'clock position. The returned path is rotated by this angle around the RoundedPolygon's centroid (centerX, centerY).

Content updated: