ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_PopPattern C# (CSharp) Méthode

DrawingWand_PopPattern() private méthode

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