logo
pub fn render_component_items(
    component: &ComponentRc,
    renderer: &mut dyn ItemRenderer,
    origin: Point
)
Expand description

Renders the tree of items that component holds, using the specified renderer. Rendering is done relative to the specified origin.