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