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