ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_Dispose C# (CSharp) Method

DrawingWand_Dispose() private method

private DrawingWand_Dispose ( IntPtr instance ) : void
instance System.IntPtr
return void
        public static extern void DrawingWand_Dispose(IntPtr instance);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64