Exemple #1
0
 def get_visible_area(self):
     left, bottom = self.get_child_coords(self.rect.left, self.rect.bottom)
     return Rect.from_dimensions(
             left, bottom, self.rect.width, self.rect.height)