ImmediateDrawingContextPushSetTransform Method

Sets the current matrix transformation.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public ImmediateDrawingContextPushedState PushSetTransform(
	Matrix matrix
)

Parameters

matrix  Matrix
The matrix

Return Value

ImmediateDrawingContextPushedState
A disposable used to undo the transformation.

See Also