The element_plot function draws a single drawing element to the panel window; the element_list_plot function draws all drawing elements in the element list to the panel window.
Syntax
element_plot(PELEMENT_HEADER element)
element_list_plot(PELEMENT_HEADER element)
The element_plot and element_list_plot functions have these parameters:
Parameter | Description |
PELEMENT_HEADER | |
element | Pointer to one or more elements to initialize. |
Example
void draw_routine()
{
element_list_plot(list);
}