Esempio n. 1
0
 public static IntPtr NewPixmap(IntPtr ctx, IntPtr colorspace, int width, int height)
 {
     return(Is64 ? NativeMethods64.NewPixmap(ctx, colorspace, width, height)
         : NativeMethods32.NewPixmap(ctx, colorspace, width, height));
 }