ImageMagick.MagickImage.NativeMethods.X86.MagickImage_SetBitDepth C# (CSharp) Метод

MagickImage_SetBitDepth() приватный Метод

private MagickImage_SetBitDepth ( IntPtr Instance, UIntPtr channels, UIntPtr value ) : void
Instance System.IntPtr
channels System.UIntPtr
value System.UIntPtr
Результат void
        public static extern void MagickImage_SetBitDepth(IntPtr Instance, UIntPtr channels, UIntPtr value);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86