Esempio n. 1
0
 public static int SetPagemodePrintArea(int x, int y, int width, int height)
 {
     if (Is64Bit())
     {
         return(BXLAPI_x64.SetPagemodePrintArea(x, y, width, height));
     }
     else
     {
         return(BXLAPI_x86.SetPagemodePrintArea(x, y, width, height));
     }
 }