Create bitmap with coordinates x1,y1.
(self, *args, **kw)
| 2984 | return self._create('arc', args, kw) |
| 2985 | |
| 2986 | def create_bitmap(self, *args, **kw): |
| 2987 | """Create bitmap with coordinates x1,y1.""" |
| 2988 | return self._create('bitmap', args, kw) |
| 2989 | |
| 2990 | def create_image(self, *args, **kw): |
| 2991 | """Create image item with coordinates x1,y1.""" |