Sha256: c52fba9bcc3f689a909713600ca957a44a8a3595adbbe1450b4dbf188821523a

Contents?: true

Size: 572 Bytes

Versions: 7

Compression:

Stored size: 572 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


module Wx

  class MirrorDC < Wx::DC

    # Executes the given block providing a temporary (mirror) dc as
    # it's single argument.
    # @param [Wx::DC] dc DC to duplicate the (mirrored) drawing on
    # @param [Boolean] mirror whether to mirror or not
    # @yieldparam [Wx::MirrorDC] dc the MirrorDC instance to paint on
    # @return [Object] result of the block
    def self.draw_on(dc, mirror) end

  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/doc/mirror_dc.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/mirror_dc.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/mirror_dc.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/mirror_dc.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/doc/mirror_dc.rb
wxruby3-0.9.1-x64-mingw-ucrt lib/wx/doc/mirror_dc.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/doc/mirror_dc.rb