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

GetTop() public static method

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