Skip to main content

interp_grid_draw

Function interp_grid_draw 

Source
fn interp_grid_draw(
    args: &[RValue],
    _named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Record a grob on the grid display list for later rendering.

@param grob a grob object to draw @return the grob (invisibly)