---
title: "PendingOp.Scale"
description: "Represents a scale transformation."
type: "class"
lastmod: "2026-07-19T07:47:45.857237Z"
---
## API Reference

> Source set: Android

```kotlin
class Scale(
        val sx: RemoteFloat,
        val sy: RemoteFloat,
        val px: RemoteFloat?,
        val py: RemoteFloat?,
    ) : PendingOp()
```

Represents a scale transformation.
