public bool Equals(global::Windows.UI.Xaml.Media.Matrix value)
 {
     throw null;
 }
Exemplo n.º 2
0
 public static bool GetIsIdentity(global::Windows.UI.Xaml.Media.Matrix target)
 {
     throw new global::System.NotImplementedException("The member bool MatrixHelper.GetIsIdentity(Matrix target) is not implemented in Uno.");
 }
Exemplo n.º 3
0
 public static global::Windows.Foundation.Point Transform(global::Windows.UI.Xaml.Media.Matrix target, global::Windows.Foundation.Point point)
 {
     throw new global::System.NotImplementedException("The member Point MatrixHelper.Transform(Matrix target, Point point) is not implemented in Uno.");
 }
 public bool Equals(global::Windows.UI.Xaml.Media.Matrix value)
 {
     return(default(bool));
 }