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

DrawingWand_PopGraphicContext() private method

private DrawingWand_PopGraphicContext ( IntPtr Instance, IntPtr &exception ) : void
Instance System.IntPtr
exception System.IntPtr
return void
        public static extern void DrawingWand_PopGraphicContext(IntPtr Instance, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64