pub fn render_component_items(
component: &ItemTreeRc,
renderer: &mut dyn ItemRenderer,
origin: LogicalPoint,
window_adapter: &WindowAdapterRc,
)Expand description
Renders the tree of items that component holds, using the specified renderer. Rendering is done relative to the specified origin.