Sha256: c7177ccdd7e837bc1771bf120f2869a64bf66a1d6ab35129730264348205c6bd
Contents?: true
Size: 441 Bytes
Versions: 4
Compression:
Stored size: 441 Bytes
Contents
class 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
4 entries across 4 versions & 1 rubygems