tags:

views:

53

answers:

1

While working with graphics in C if I need to draw a rectangle ,How do I get its dimensions?

+4  A: 

You're taking the problem the wrong way. If you need to draw a rectangle, you need to give its dimensions.

Scharron