AuraPhotoViewer.ResizeableWindow.GetMonitorInfo C# (CSharp) Method

GetMonitorInfo() private method

private GetMonitorInfo ( IntPtr hMonitor, MONITORINFO lpmi ) : bool
hMonitor System.IntPtr
lpmi MONITORINFO
return bool
        internal static extern bool GetMonitorInfo(IntPtr hMonitor, MONITORINFO   lpmi);