DVUI

screenRectScale

Parameters

#
self:*FlexBoxWidget
*FlexBoxWidget
rect:Rect
Rect

Source

Implementation

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