Skip to main content

PushTransform Method

Pushes a matrix transformation.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public DrawingContext.PushedState PushTransform(
Matrix matrix
)

Parameters

  Matrix
The matrix

Return Value

DrawingContext.PushedState
A disposable used to undo the transformation.

See Also

Reference

DrawingContext Class
Avalonia.Media Namespace