rectFor
Parameters
- self:*Self
- *Self
- id:Id
- Id
- min_size:Size
- Size
- e:Options.Expand
- Options.Expand
- g:Options.Gravity
- Options.Gravity
Source
Implementation
pub fn rectFor(self: *Self, id: Id, min_size: Size, e: Options.Expand, g: Options.Gravity) Rect {
return self.layout.rectFor(self.data().rect, id, min_size, e, g);
}