TCPDF::ScaleX( $s_x, $x = '', $y = '' )
Horizontal Scaling.
Description Description
See also See also
- StartTransform(),: StopTransform()
Parameters Parameters
- $s_x
-
(Required) (float) scaling factor for width as percent. 0 is not allowed.
- $x
-
(Optional) (int) abscissa of the scaling center. Default is current x position
Default value: ''
- $y
-
(Optional) (int) ordinate of the scaling center. Default is current y position
Default value: ''
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
2.1.000 | Introduced. |