Hi All,
Is there a RECT class in .NET? If so how do I use it? do i put a using to where it is defined, if so what use.
Thanks
Bill
Printable View
Hi All,
Is there a RECT class in .NET? If so how do I use it? do i put a using to where it is defined, if so what use.
Thanks
Bill
What are you trying to do?
You won't need the old RECT structure if you are using GDI+.
And, you can basically do everything you could do with GDI (and more) with GDI+.
I think you're looking for this mate:
VB Code:
system.Drawing.Rectangle