1

Closed

FillRectangle throws IndexOutOfRangeExceptions

description

... when negative coordinates are passed. This is the bug introduced in the latest version, the stable version works well.
Closed by

comments

skalkin wrote Oct 27, 2011 at 9:04 PM

bitmap.DrawRectangle(0, 0, 1, 0, color) also fails.

skalkin wrote Oct 28, 2011 at 3:59 PM

Thanks for fixing it!