Esempio n. 1
0
        public void SetBitDepth(BIT_DEPTH bitdepth)
        {
            int status = FLISetBitDepth(dev, bitdepth);

            if (0 != status)
            {
                throw new Win32Exception(-status);
            }
        }
Esempio n. 2
0
 public void SetBitDepth(BIT_DEPTH bitdepth)
 {
     int status = FLISetBitDepth(dev, bitdepth);
     if (0 != status)
         throw new Win32Exception(-status);
 }
Esempio n. 3
0
 private static extern int FLISetBitDepth(IntPtr dev, BIT_DEPTH bitdepth);
Esempio n. 4
0
 private static extern int FLISetBitDepth(IntPtr dev, BIT_DEPTH bitdepth);