wxRuby Documentation Home

Wx::ClientDC

This class is used to draw upon Windows outside of evt_paint
handlers. It is not instantiated directly; rather, call the
paint method of the Window you wish to draw
upon, and pass a block which will receive a ClientDC object.

This class has no methods of its own; all the drawing methods are
described in the documentation for DC.

Derived from

WindowDC

DC

See also

DC, MemoryDC, PaintDC, WindowDC, ScreenDC

[This page automatically generated from the Textile source at 2023-06-03 08:07:36 +0000]