Interface Layout

interface Layout {
    getContentRect(): Rect;
    getItemRect(): Rect;
}

Methods