コード例 #1
0
 internal static void GrabInfo(out IntPtr handle, out bool GrabConfined, out Rectangle GrabArea)
 {
                 #if DriverDebug
     Console.WriteLine("GrabInfo(): Called");
                 #endif
     driver.GrabInfo(out handle, out GrabConfined, out GrabArea);
 }
コード例 #2
0
 internal static void GrabInfo(out IntPtr handle, out bool GrabConfined, out Rectangle GrabArea)
 {
     DriverDebug("GrabInfo (): Called");
     driver.GrabInfo(out handle, out GrabConfined, out GrabArea);
 }