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