MatrixContainsPerspective Method
Determines if the current matrix contains perspective (non-affine) transforms (true) or only (affine) transforms that could be mapped into an 2x3 matrix (false).
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool ContainsPerspective()
Public Function ContainsPerspective As Boolean
member ContainsPerspective : unit -> bool
Return Value
Boolean