Description
With the reintroduction of old DPIUtil.scaleUp and scaleBounds, we need to enforce the Rectangle.OfFloat inside setters and getters of controls in win32 to make sure, they have better precision.
**Tasks: **
- For every control, initialize rectangles in getters (points and pixels) with Rectangle.OfFloat.
- For every setter of widgets make sure they convert the rectangle into Rectangle.OfFloat.
- Provide a static method in Rectangle to convert rectangle to OfFlaot.