Exemple #1
0
 public static IntPtr GetSamples(IntPtr ctx, IntPtr pix)
 {
     return(Is64 ? NativeMethods64.GetSamples(ctx, pix)
         : NativeMethods32.GetSamples(ctx, pix));
 }