ImageMagick.DrawingWand.NativeMethods.X86.DrawingWand_PushClipPath C# (CSharp) Метод

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

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