Source set: Android
class Scale(
val sx: RemoteFloat,
val sy: RemoteFloat,
val px: RemoteFloat?,
val py: RemoteFloat?,
) : PendingOp()
Represents a scale transformation.
Represents a scale transformation.
class Scale(
val sx: RemoteFloat,
val sy: RemoteFloat,
val px: RemoteFloat?,
val py: RemoteFloat?,
) : PendingOp()
Represents a scale transformation.
Last updated: