ImageMagick.MagickImage.NativeMethods.X64.MagickImage_Depth_Get C# (CSharp) 메소드

MagickImage_Depth_Get() 개인적인 메소드

private MagickImage_Depth_Get ( IntPtr instance ) : UIntPtr
instance System.IntPtr
리턴 System.UIntPtr
        public static extern UIntPtr MagickImage_Depth_Get(IntPtr instance);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64