---
title: "PendingOp.Translate"
description: "Represents a translation transformation."
type: "class"
lastmod: "2026-07-19T07:47:45.857669Z"
---
## API Reference

> Source set: Android

```kotlin
class Translate(val dx: RemoteFloat, val dy: RemoteFloat) : PendingOp()
```

Represents a translation transformation.
