PushTransform Method
Pushes a matrix transformation.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public DrawingContext.PushedState PushTransform(
Matrix matrix
)
Public Function PushTransform (
matrix As Matrix
) As DrawingContext.PushedState
member PushTransform :
matrix : Matrix -> DrawingContext.PushedState
Parameters
- Matrix
- The matrix
Return Value
DrawingContext.PushedState
A disposable used to undo the transformation.