ImageMagick.DrawingWand.NativeMethods.X86.DrawingWand_ClipRule C# (CSharp) Method

DrawingWand_ClipRule() private method

private DrawingWand_ClipRule ( IntPtr Instance, UIntPtr value, IntPtr &exception ) : void
Instance System.IntPtr
value System.UIntPtr
exception System.IntPtr
return void
        public static extern void DrawingWand_ClipRule(IntPtr Instance, UIntPtr value, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X86