DrawRectangle - why not RectangleF?

  • Thread starter Thread starter t f
  • Start date Start date
T

t f

Hi

FillRectangle allows me to use a rectanglef as a parameter, why doesnt
DrawRectangle? Even though I can use floats as parameters? Did M$ forget to
add it?

Thanks
t f
 
Yes, that's it. M$ forgot to add it. Everybody knows that when writing a
software API, every possible combination of parameters must be accounted for
by writing overloads. Glad you found it!

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
Networking Components, Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Back
Top