Hi,
How to draw a rectangle with negative height in a winform?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Apr 22, 2013, 7:22 AM
Instead, I'd suggest you deduct the absolute value of the height from the 'y' co-ordinate of the upper left corner of the rectangle and then draw the rectangle with a positive height.