draw

Initiates a redraw of the control.

Signatures

  •   ParamateControls.<ControlName>.draw(ctx)

Details

Abstract function that must be implemented when creating a custom control. The function is called by the configurator to request a redraw of the control.

Parameters

ctx

2D canvas rendering context.