ATMLUtilitiesLibrary.Win32.ValidateRect C# (CSharp) Метод

ValidateRect() приватный Метод

private ValidateRect ( IntPtr hwnd, Rectangle &rect ) : bool
hwnd System.IntPtr
rect System.Drawing.Rectangle
Результат bool
        public static extern bool ValidateRect(IntPtr hwnd, ref Rectangle rect);