TCPDF::Scale( $s_x,  $s_y,  $x = '',  $y = '' )

Vertical and horizontal non-proportional Scaling.


Description Description

See also See also


Top ↑

Parameters Parameters

$s_x

(Required) (float) scaling factor for width as percent. 0 is not allowed.

$s_y

(Required) (float) scaling factor for height 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: ''


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.