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

MagickImage_BorderColor_Get() 개인적인 메소드

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