Sha256: 43e19e89aa206a6f10d4bdfb977f38cb64b8040b7b3e3f7ef04a40fd25ad3a1f

Contents?: true

Size: 734 Bytes

Versions: 5

Compression:

Stored size: 734 Bytes

Contents

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


module Wx

  # {Wx::MirrorDC} is a simple wrapper class which is always associated with a real {Wx::DC} object and either forwards all of its operations to it without changes (no mirroring takes place) or exchanges x and y coordinates which makes it possible to reuse the same code to draw a figure and its mirror  i.e.
  # reflection related to the diagonal line x == y.
  # 
  # === 
  # 
  # Category:  Device Contexts
  # 
  # 
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
  class MirrorDC < DC
  
  end # MirrorDC
  

end

Version data entries

5 entries across 5 versions & 1 rubygems

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