TCPDF::StopTransform()
Stops a 2D tranformation restoring previous graphic state.
Description Description
This function must be called after 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. |