TCPDF::StartTransform()
Starts a 2D tranformation saving current graphic state.
Description Description
This function must be called before scaling, mirroring, translation, rotation and skewing. Use StartTransform() before, and StopTransform() after the transformations to restore the normal behavior.
See also See also
- StartTransform(),: StopTransform()
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
2.1.000 | Introduced. |