|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
drawEllipse(self,
cx,
cy,
rx,
ry,
shapeSettings,
affineTransform=None) |
source code
|
|
|
drawRectangle(self,
x,
y,
w,
h,
shapeSettings,
affineTransform=None) |
source code
|
|
|
drawPolygon(self,
pointTupleList,
shapeSettings,
affineTransform=None) |
source code
|
|
|
drawLine(self,
x1,
y1,
x2,
y2,
shapeSettings,
affineTransform=None) |
source code
|
|
|
drawPolyline(self,
pointTupleList,
shapeSettings,
affineTransform=None) |
source code
|
|
|
drawMask(self,
x,
y,
width,
height,
bytes,
shapeSettings,
affineTransform=None) |
source code
|
|
|
drawText(self,
x,
y,
text,
shapeSettings,
affineTransform=None) |
source code
|
|