|
|
|
|
|
| arc(self,
x,
y,
radius,
startAngle,
endAngle,
antiClockwise) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| cubicCurveTo(self,
cp1x,
cp1y,
cp2x,
cp2y,
x,
y) |
source code
|
|
|
|
| fillText(self,
text,
sourceX,
sourceY,
maxWidth=None) |
source code
|
|
|
|
| drawImage(self,
img,
sourceX,
sourceY,
sourceWidth=None,
sourceHeight=None,
destX=None,
destY=None,
destWidth=None,
destHeight=None) |
source code
|
|
|
|
|
|
|
| fillRect(self,
startX,
startY,
width,
height) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| setGlobalCompositeOperation(self,
globalCompositeOperation) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| strokeRect(self,
startX,
startY,
width,
height) |
source code
|
|
|
|
| transform(self,
m11,
m12,
m21,
m22,
dx,
dy) |
source code
|
|
|
|
|
|
|
| clearRect(self,
startX,
startY,
width,
height) |
source code
|
|
|
|
|