ValidateTransform(Matrix) Method

Definition

Assembly PanAndZoom.dll

Virtual method to validate transform matrix.

protected virtual bool ValidateTransform(Matrix newMatrix)

Parameters

newMatrix
Avalonia.Matrix

The proposed new matrix.

Returns

Boolean
True if the matrix is valid, false otherwise.