public bool Equals(global::Windows.UI.Xaml.Media.Media3D.Matrix3D value)
 {
     throw null;
 }
Exemplo n.º 2
0
 public static global::Windows.UI.Xaml.Media.Media3D.Matrix3D Invert(global::Windows.UI.Xaml.Media.Media3D.Matrix3D target)
 {
     throw new global::System.NotImplementedException("The member Matrix3D Matrix3DHelper.Invert(Matrix3D target) is not implemented in Uno.");
 }
Exemplo n.º 3
0
 public static global::Windows.UI.Xaml.Media.Media3D.Matrix3D Multiply(global::Windows.UI.Xaml.Media.Media3D.Matrix3D matrix1, global::Windows.UI.Xaml.Media.Media3D.Matrix3D matrix2)
 {
     throw new global::System.NotImplementedException("The member Matrix3D Matrix3DHelper.Multiply(Matrix3D matrix1, Matrix3D matrix2) is not implemented in Uno.");
 }
Exemplo n.º 4
0
 public static bool GetIsIdentity(global::Windows.UI.Xaml.Media.Media3D.Matrix3D target)
 {
     throw new global::System.NotImplementedException("The member bool Matrix3DHelper.GetIsIdentity(Matrix3D target) is not implemented in Uno.");
 }
 public bool Equals(global::Windows.UI.Xaml.Media.Media3D.Matrix3D value)
 {
     return(default(bool));
 }