static extern bool GetMonitorInfo(IntPtr hMonitor, ref MONITORINFOEX lpmi); [DllImport("user32.dll")] static extern bool GetMonitorInfo(IntPtr hMonitor, ...
確定! 回上一頁