Windows.UI.Xaml.RectHelper.Contains C# (CSharp) Method

Contains() public static method

public static Contains ( [ target, [ point ) : bool
target [
point [
return bool
		public static extern bool Contains([In] Rect target, [In] Point point);
		public static extern bool Equals([In] Rect target, [In] Rect value);