ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_PushGraphicContext C# (CSharp) Метод

DrawingWand_PushGraphicContext() приватный Метод

private DrawingWand_PushGraphicContext ( IntPtr Instance, IntPtr &exception ) : void
Instance System.IntPtr
exception System.IntPtr
Результат void
        public static extern void DrawingWand_PushGraphicContext(IntPtr Instance, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64