TCPDF::SetLineWidth()
Method: Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.
Source: includes/lib/tcpdf/tcpdf.php:11334
Method: Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.
Source: includes/lib/tcpdf/tcpdf.php:11334
Method: Returns the current the line width.
Source: includes/lib/tcpdf/tcpdf.php:11350
Method: Set line style.
Source: includes/lib/tcpdf/tcpdf.php:11377
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: Reflection against a straight line through point (x, y) with the gradient angle (angle).
Source: includes/lib/tcpdf/tcpdf.php:11157
Method: Translate graphic object horizontally.
Source: includes/lib/tcpdf/tcpdf.php:11169
Method: Translate graphic object vertically.
Source: includes/lib/tcpdf/tcpdf.php:11180