Beispiel #1
0
 public static Rectangle BoundPage(IntPtr doc, IntPtr page)
 {
     return(Is64 ? NativeMethods64.BoundPage(doc, page)
         : NativeMethods32.BoundPage(doc, page));
 }