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