ContainsPerspective 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).
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool ContainsPerspective()
Public Function ContainsPerspective As Boolean
member ContainsPerspective : unit -> bool