ImageMagick.MagickImage.NativeMethods.X86.MagickImage_ChannelCount_Get C# (CSharp) Method

MagickImage_ChannelCount_Get() private method

private MagickImage_ChannelCount_Get ( IntPtr instance ) : UIntPtr
instance System.IntPtr
return System.UIntPtr
        public static extern UIntPtr MagickImage_ChannelCount_Get(IntPtr instance);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86