Start native apps faster with the Composables CLI ->
Class

RemotePathNode.AddArc

Adds a new contour containing an arc.

Source set: Android
public data class AddArc(
        val left: RemoteFloat,
        val top: RemoteFloat,
        val right: RemoteFloat,
        val bottom: RemoteFloat,
        val startAngle: RemoteFloat,
        val sweepAngle: RemoteFloat,
    ) : RemotePathNode()

Adds a new contour containing an arc.

Last updated: