TCPDF::SkewX( $angle_x, $x = '', $y = '' )
Skew horizontally.
Description Description
See also See also
- StartTransform(),: StopTransform()
Parameters Parameters
- $angle_x
-
(Required) (float) angle in degrees between -90 (skew to the left) and 90 (skew to the right)
- $x
-
(Optional) (int) abscissa of the skewing center. default is current x position
Default value: ''
- $y
-
(Optional) (int) ordinate of the skewing center. default is current y position
Default value: ''
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
2.1.000 | Introduced. |