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)