PathWriter: { ____________________________________________________________________________(): PathWriter; M(x,
y): PathWriter; m(dx,
dy): PathWriter; L(x,
y): PathWriter; l(dx,
dy): PathWriter; H(x): PathWriter; h(dx): PathWriter; V(y): PathWriter; v(dy): PathWriter; C(x1,
y1,
x2,
y2,
x,
y): PathWriter; c(dx1,
dy1,
dx2,
dy2,
dx,
dy): PathWriter; S(x2,
y2,
x,
y): PathWriter; s(dx2,
dy2,
dx,
dy): PathWriter; Q(x1,
y1,
x,
y): PathWriter; q(dx1,
dy1,
dx,
dy): PathWriter; T(x,
y): PathWriter; t(dx,
dy): PathWriter; A(rx,
ry,
angle,
largeArcFlag,
sweepFlag,
x,
y): PathWriter; a(rx,
ry,
angle,
largeArcFlag,
sweepFlag,
dx,
dy): PathWriter; Z(): PathWriter; z(): PathWriter; } Type declaration
____________________________________________________________________________:function
- ____________________________________________________________________________(): PathWriter
M:function
m:function
L:function
l:function
H:function
h:function
V:function
v:function
C:function
- C(x1, y1, x2, y2, x, y): PathWriter
Parameters
- x1: number
- y1: number
- x2: number
- y2: number
- x: number
- y: number
c:function
- c(dx1, dy1, dx2, dy2, dx, dy): PathWriter
Parameters
- dx1: number
- dy1: number
- dx2: number
- dy2: number
- dx: number
- dy: number
S:function
- S(x2, y2, x, y): PathWriter
Parameters
- x2: number
- y2: number
- x: number
- y: number
s:function
- s(dx2, dy2, dx, dy): PathWriter
Parameters
- dx2: number
- dy2: number
- dx: number
- dy: number
Q:function
- Q(x1, y1, x, y): PathWriter
Parameters
- x1: number
- y1: number
- x: number
- y: number
q:function
- q(dx1, dy1, dx, dy): PathWriter
Parameters
- dx1: number
- dy1: number
- dx: number
- dy: number
T:function
t:function
A:function
- A(rx, ry, angle, largeArcFlag, sweepFlag, x, y): PathWriter
Parameters
- rx: number
- ry: number
- angle: number
- largeArcFlag: 0 | 1
- sweepFlag: 0 | 1
- x: number
- y: number
a:function
- a(rx, ry, angle, largeArcFlag, sweepFlag, dx, dy): PathWriter
Parameters
- rx: number
- ry: number
- angle: number
- largeArcFlag: 0 | 1
- sweepFlag: 0 | 1
- dx: number
- dy: number
Z:function
z:function