Start native apps faster with the Composables CLI ->
Class

PendingOp.Scale

Represents a scale transformation.

Source set: Android
class Scale(
        val sx: RemoteFloat,
        val sy: RemoteFloat,
        val px: RemoteFloat?,
        val py: RemoteFloat?,
    ) : PendingOp()

Represents a scale transformation.

Last updated: