ATMLUtilitiesLibrary.Win32.ValidateRect C# (CSharp) Method

ValidateRect() private method

private ValidateRect ( IntPtr hwnd, Rectangle &rect ) : bool
hwnd System.IntPtr
rect System.Drawing.Rectangle
return bool
        public static extern bool ValidateRect(IntPtr hwnd, ref Rectangle rect);