R
Rlrcstr
Why is it that Rectangle and RectangleF are completely incompatible?
I want to draw a reactangle and then draw a string inside of it, but I can't
use the same Rectangle variable because DrawRectangle uses a Rectangle and
DrawString uses a RectangleF. Can't even do an explicit conversion. Just
seems strange to me...
Jerry
I want to draw a reactangle and then draw a string inside of it, but I can't
use the same Rectangle variable because DrawRectangle uses a Rectangle and
DrawString uses a RectangleF. Can't even do an explicit conversion. Just
seems strange to me...
Jerry