Sha256: 9dc89e99902b49da33f5bf07e8998660d38b44f33c36367236663718733a2b5d
Contents?: true
Size: 632 Bytes
Versions: 4
Compression:
Stored size: 632 Bytes
Contents
class Wx class GCDC < Wx::DC private :initialize # Creates a Wx::GCDC instance for target and # passes the instance to the given block to draw on. # @overload draw_on(dc) # @param [Wx::WindowDC,Wx::MemoryDC,Wx::PrinterDC] target DC to draw on # @yieldparam [Wx::GCDC] dc GCDC instance to draw on # @return [Object] result from block # @overload draw_on(dc) # @param [Wx::GraphicsContext] gc GraphicsContext to draw on # @yieldparam [Wx::GCDC] dc GCDC instance to draw on # @return [Object] result from block def self.draw_on(arg) end end end
Version data entries
4 entries across 4 versions & 1 rubygems