DrawingContext.

PushPreTransform(Matrix) Method

Summary

Pushes a matrix pre-transformation.
Namespace
Avalonia.Media
Containing Type
DrawingContext

Syntax

public DrawingContext.PushedState PushPreTransform(Matrix matrix)

Parameters

Name Type Description
matrix Matrix The matrix

Return Value

Type Description
DrawingContext.PushedState A disposable used to undo the transformation.