Summary
Pushes a matrix pre-transformation.
- Namespace
- Avalonia
.Media - Containing Type
- DrawingContext
Syntax
public DrawingContext.PushedState PushPreTransform(Matrix matrix)
Parameters
Name | Type | Description |
---|---|---|
matrix | Matrix | The matrix |
Return Value
Type | Description |
---|---|
DrawingContext |
A disposable used to undo the transformation. |