You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.