Sha256: 2529516b8beea1440080590653aa53fb45e9e43c7c5d1ef8a5dfea9f986e14b6
Contents?: true
Size: 718 Bytes
Versions: 1
Compression:
Stored size: 718 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.2-x64-mingw-ucrt | lib/wx/doc/gen/mirror_dc.rb |