Sha256: b289e9f8726a6fd31e458ae1f94f14009b6039c8a563de38fc90cdcb3603610d

Contents?: true

Size: 1.15 KB

Versions: 5

Compression:

Stored size: 1.15 KB

Contents

# :stopdoc:
# This file is automatically generated by the WXRuby3 documentation 
# generator. Do not alter this file.
# :startdoc:


module Wx

  # A {Wx::PaintDC} must be constructed if an application wishes to paint on the client area of a window from within an EVT_PAINT() event handler.
  # This should normally be constructed as a temporary stack object; don't store a {Wx::PaintDC} object. If you have an EVT_PAINT() handler, you must create a {Wx::PaintDC} object within it even if you don't actually use it.
  # Using {Wx::PaintDC} within your EVT_PAINT() handler is important because it automatically sets the clipping area to the damaged area of the window. Attempts to draw outside this area do not appear.
  # A {Wx::PaintDC} object is initialized to use the same font and colours as the window it is associated with.
  # === 
  # 
  # Category:  Device Contexts
  # @see Wx::DC
  # @see  Wx::ClientDC
  # @see  Wx::MemoryDC
  # @see  Wx::WindowDC
  # @see  Wx::ScreenDC 
  # 
  # 
  # 
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
  class PaintDC < ClientDC
  
  end # PaintDC
  

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wxruby3-0.9.1-x64-mingw-ucrt lib/wx/doc/gen/paint_dc.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/doc/gen/paint_dc.rb
wxruby3-0.9.0.pre.rc.3-x64-mingw-ucrt lib/wx/doc/gen/paint_dc.rb
wxruby3-0.9.0.pre.rc.2-x64-mingw-ucrt lib/wx/doc/gen/paint_dc.rb
wxruby3-0.9.0.pre.rc.1-x64-mingw-ucrt lib/wx/doc/gen/paint_dc.rb