TCPDF::_outRect( $x, $y, $w, $h, $op )
Append a rectangle to the current path as a complete subpath, with lower-left corner (x, y) and dimensions widthand height in user space.
Description Description
Parameters Parameters
- $x
-
(Required) (float) Abscissa of upper-left corner.
- $y
-
(Required) (float) Ordinate of upper-left corner.
- $w
-
(Required) (float) Width.
- $h
-
(Required) (float) Height.
- $op
-
(Required) (string) options
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
2.1.000 | Introduced. |