TCPDF::_outPoint()
Method: Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment.
Source: includes/lib/tcpdf/tcpdf.php:11439
Method: Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment.
Source: includes/lib/tcpdf/tcpdf.php:11439
Method: Append a straight line segment from the current point to the point (x, y).
Source: includes/lib/tcpdf/tcpdf.php:11453
Method: Append a rectangle to the current path as a complete subpath, with lower-left corner (x, y) and dimensions widthand height in user space.
Source: includes/lib/tcpdf/tcpdf.php:11469
Method: Append a cubic Bezier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x2, y2) as the Bezier control points.
Source: includes/lib/tcpdf/tcpdf.php:11487
Method: Append a cubic Bezier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using the current point and (x2, y2) as the Bezier control points.
Source: includes/lib/tcpdf/tcpdf.php:11503
Method: Append a cubic Bezier curve to the current path. The curve shall extend from the current point to the point (x3, y3), using (x1, y1) and (x3, y3) as the Bezier control points.
Source: includes/lib/tcpdf/tcpdf.php:11519
Method: Draws a line between two points.
Source: includes/lib/tcpdf/tcpdf.php:11536
Method: Translate graphic object horizontally and vertically.
Source: includes/lib/tcpdf/tcpdf.php:11192
Method: Rotate object.
Source: includes/lib/tcpdf/tcpdf.php:11214
Method: Skew horizontally.
Source: includes/lib/tcpdf/tcpdf.php:11244