Sha256: 9fa8b14c11ddd6b5f7be829dfd619e6b8f2b8468f0f8a3b29a89258d92b0ca7a

Contents?: true

Size: 556 Bytes

Versions: 8

Compression:

Stored size: 556 Bytes

Contents

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


module Wx

  class ScaledDC < Wx::DC

    private :initialize

    # Creates a Wx::ScaledDC instance for target and scale and
    # passes the instance to the given block to draw on.
    # @param [Wx::DC] target DC to draw on (scaled)
    # @param [Float] scale scale factor
    # @yieldparam [Wx::ScaledDC] dc scaled dc to draw on
    # @return [Object] result from block
    def self.draw_on(target, scale) end
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wxruby3-0.9.8 lib/wx/doc/scaled_dc.rb
wxruby3-0.9.7 lib/wx/doc/scaled_dc.rb
wxruby3-0.9.5 lib/wx/doc/scaled_dc.rb
wxruby3-0.9.4 lib/wx/doc/scaled_dc.rb
wxruby3-0.9.3 lib/wx/doc/scaled_dc.rb
wxruby3-0.9.2 lib/wx/doc/scaled_dc.rb
wxruby3-0.9.1 lib/wx/doc/scaled_dc.rb
wxruby3-0.9.0 lib/wx/doc/scaled_dc.rb