Exemplo n.º 1
0
 def put_surface(self, surface, x=0, y=0, use_mask=True):
     dc = wx.ClientDC(self)
     dc.DrawBitmap(copy_surface_to_bitmap(surface), x, y, use_mask)
Exemplo n.º 2
0
 def gc_draw_surface(self, surface, x=0, y=0, use_mask=True):
     self.dc.DrawBitmap(copy_surface_to_bitmap(surface), x, y, use_mask)
Exemplo n.º 3
0
	def gc_draw_surface(self, surface, x=0, y=0, use_mask=True):
		self.dc.DrawBitmap(copy_surface_to_bitmap(surface), x, y, use_mask)