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