DVUI

screenRectScale

Parameters

#
self:*Branch
*Branch
rect:Rect
Rect

Source

Implementation

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