示例#1
0
 def drawCubic(self, bx, by, cx, cy, dx, dy):
     mingc.SWFShape_drawCubic(self.this, bx, by, cx, cy, dx, dy)
示例#2
0
 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)