Create arc shaped region with coordinates x1,y1,x2,y2.
(self, *args, **kw)
| 2851 | *(args + self._options(cnf, kw)))) |
| 2852 | |
| 2853 | def create_arc(self, *args, **kw): |
| 2854 | """Create arc shaped region with coordinates x1,y1,x2,y2.""" |
| 2855 | return self._create('arc', args, kw) |
| 2856 | |
| 2857 | def create_bitmap(self, *args, **kw): |
| 2858 | """Create bitmap with coordinates x1,y1.""" |