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