Home | Libraries | People | FAQ | More |
boost::ui::canvas — Widget for drawing.
// In header: <boost/ui/canvas.hpp> class canvas : public boost::ui::widget { public: // construct/copy/destruct explicit canvas(widget &); canvas(); // public member functions ui::painter painter(); // private member functions unspecified get_impl(); };
See Also:
See Also:
canvas
public
construct/copy/destructexplicit canvas(widget & parent);Creates canvas widget.
canvas();
canvas
public member functionsui::painter painter();Returns painter based on this canvas to work in the retained mode