Sha256: 986682a888b1539b979f301565e18367848ddb8a29b82dcf35e7124d282eec67
Contents?: true
Size: 724 Bytes
Versions: 3
Compression:
Stored size: 724 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.5-x64-mingw-ucrt | lib/wx/doc/gen/mirror_dc.rb |
wxruby3-0.9.4-x64-mingw-ucrt | lib/wx/doc/gen/mirror_dc.rb |
wxruby3-0.9.3-x64-mingw-ucrt | lib/wx/doc/gen/mirror_dc.rb |