screenRectScale
Parameters
- self:*FloatingMenuWidget
- *FloatingMenuWidget
- rect:Rect
- Rect
Source
Implementation
pub fn screenRectScale(self: *FloatingMenuWidget, rect: Rect) RectScale {
return self.data().contentRectScale().rectToRectScale(rect);
}Source
pub fn screenRectScale(self: *FloatingMenuWidget, rect: Rect) RectScale {
return self.data().contentRectScale().rectToRectScale(rect);
}