def drawCubic(self, bx, by, cx, cy, dx, dy): mingc.SWFShape_drawCubic(self.this, bx, by, cx, cy, dx, dy)
def drawCurve(self, bx, by, cx, cy, dx=None, dy=None): if (dx != None): mingc.SWFShape_drawCubic(self.this, bx, by, cx, cy, dx, dy) else: mingc.SWFShape_drawCurve(self.this, bx, by, cx, cy)