void setPixels(const void *data)
Set the graphic content of the context.
Definition: draw_win.cpp:75
Represent an OS specific drawing context.
Definition: window.h:94
LeDraw(LeDrawingContext context, int width=LE_RESOX_DEFAULT, int heigth=LE_RESOY_DEFAULT)
Definition: draw_win.cpp:44
void setContext(LeDrawingContext context)
Set the graphic context where to draw.
Definition: draw_win.cpp:65