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