I have a panel. I need to represent it in WYSIWYG.
Now, when drawing on it, is possible to draw using millimeters instead of pixels.
graphics.PageUnit = GraphicsUnit.Millimeter
graphics.DrawRectangle(pen,rect)
Is it possible to position the controls(buttons, textboxes) also in millimeters, in order to get a "real" paper image of the panel?
In VB6 this was possible. Is .NET a step backward or VB6 just use the approximation that we don't want to use in .NET?