Hi! In wxWidgets look for wxDC, create one of the following wxPaintDC wxScreeenDC wxClientDC depending on when and on what you want to draw and then use SetPoint() from wxDC to draw a pixel. The size, style and colour of that pixel depends on what wxBrush and wxPen you have assigned to wxDC.
upCASE ----------------------------------- If it was hard to write, it should be hard to read!- Do. Or do not. There is no try! |