Windows.UI.Xaml.Media.MatrixHelper.GetIsIdentity C# (CSharp) Method

GetIsIdentity() public static method

public static GetIsIdentity ( [ target ) : bool
target [
return bool
		public static extern bool GetIsIdentity([In] Matrix target);
		public static extern Point Transform([In] Matrix target, [In] Point point);