Accepts a block, which will be passed a device context which can be used to draw upon the Bitmap
# File wx/classes/bitmap.rb, line 22 def draw dc = Wx::MemoryDC.new dc.select_object(self) yield dc dc.select_object( Wx::NULL_BITMAP ) end
Disabled; run with $DEBUG to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.