🌈 Create new beautiful Compose Gradients with our new wesite ->
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.

Properties

isIdentity

Source set: Android
override val isIdentity: Boolean

Functions

write

Source set: Android
override fun write(writer: RemoteComposeBuffer, creationState: RemoteComposeCreationState)

Content updated: