DrawingContext.

PushSetTransform(Matrix) Method

Summary

Sets the current matrix transformation.
Namespace
Avalonia.Media
Containing Type
DrawingContext

Syntax

public DrawingContext.PushedState PushSetTransform(Matrix matrix)

Parameters

Name Type Description
matrix Matrix The matrix

Return Value

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