SetMatrix(Matrix, Boolean) Method

Definition

Assembly PanAndZoom.dll

Set pan and zoom matrix.

public void SetMatrix(Matrix matrix, bool skipTransitions = false)

Parameters

matrix
Avalonia.Matrix

The matrix to set as current.

skipTransitions
Boolean

The flag indicating whether transitions on the child element should be temporarily disabled.