HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.Concat
|
Top Previous Next |
|
Set transformation matrix.
Delphi syntax: procedure Concat( A, B, C, D, E, F: Single );
C++ syntax: void __fastcall Concat( float A, float B, float C, float D, float E, float F );
Description Call Concat method for modifing the current transformation matrix by concatenating the specified matrix.
|