DVUI

backgroundRect

Parameters

#
self:*const WidgetData
*const WidgetData

Source

Implementation

#
pub fn backgroundRect(self: *const WidgetData) Rect {
    return self.rect.inset(self.options.marginGet()).inset(self.options.borderGet());
}