Skip to main content

dom_canvas_get_context

Function dom_canvas_get_context 

Source
pub fn dom_canvas_get_context(
    _it: &mut Interp,
    this: Value,
    args: &[Value],
) -> Result<Value, Value>
Expand description

<canvas> 要素の getContext(contextId, options?) (HTML5 Canvas 2D Context API)。