---
title: "CanvasOp.Transform"
description: "Represents a matrix transformation operation (Translate, Scale, Rotate, Skew)."
type: "class"
lastmod: "2026-07-19T07:47:45.854879Z"
---
## API Reference

> Source set: Android

```kotlin
class Transform(val op: PendingOp) : CanvasOp()
```

Represents a matrix transformation operation (Translate, Scale, Rotate, Skew).
