Create arc shaped region with coordinates x1,y1,x2,y2.
(self, *args, **kw)
| 3063 | *(args + self._options(cnf, kw)))) |
| 3064 | |
| 3065 | def create_arc(self, *args, **kw): |
| 3066 | """Create arc shaped region with coordinates x1,y1,x2,y2.""" |
| 3067 | return self._create('arc', args, kw) |
| 3068 | |
| 3069 | def create_bitmap(self, *args, **kw): |
| 3070 | """Create bitmap with coordinates x1,y1.""" |