Class: Wx::ScaledDC
- Inherits:
-
DC
- Object
- DC
- Wx::ScaledDC
- Defined in:
- lib/wx/doc/scaled_dc.rb
Class Method Summary collapse
-
.draw_on(target, scale) {|dc| ... } ⇒ ::Object
Creates a Wx::ScaledDC instance for target and scale and passes the instance to the given block to draw on.
Class Method Details
.draw_on(target, scale) {|dc| ... } ⇒ ::Object
Creates a Wx::ScaledDC instance for target and scale and passes the instance to the given block to draw on.
20 |
# File 'lib/wx/doc/scaled_dc.rb', line 20 def self.draw_on(target, scale) end |