DVUI

screenRectScale

Parameters

#
self:Widget
Widget
r:Rect
Rect

Source

Implementation

#
pub fn screenRectScale(self: Widget, r: Rect) RectScale {
    return self.vtable.screenRectScale(self.ptr, r);
}