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

DrawingWand_Rectangle() private method

private DrawingWand_Rectangle ( IntPtr Instance, double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY, IntPtr &exception ) : void
Instance System.IntPtr
upperLeftX double
upperLeftY double
lowerRightX double
lowerRightY double
exception System.IntPtr
return void
        public static extern void DrawingWand_Rectangle(IntPtr Instance, double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X86