JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
L
M
N
P
Q
R
S
V
Q
quadTo(float, float, float, float)
- Method in class ej.microvg.
Path
Adds a quadratic bezier from the last point, approaching control point (x1,y1), and ending at (x2,y2).
quadToRelative(float, float, float, float)
- Method in class ej.microvg.
Path
Same as
Path.quadTo(float, float, float, float)
, but the coordinates are considered relative to the last point on this contour.
A
B
C
D
E
F
G
I
L
M
N
P
Q
R
S
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes