ImageMagick.DrawingWand.NativeMethods.X86.DrawingWand_Dispose C# (CSharp) 메소드

DrawingWand_Dispose() 개인적인 메소드

private DrawingWand_Dispose ( IntPtr instance ) : void
instance System.IntPtr
리턴 void
        public static extern void DrawingWand_Dispose(IntPtr instance);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X86