TAgg2D.Affine(tr)
Description
Multiplies currently used affine transformations matrix with the one supplied by user.
This method, similarly to the Transformations(tr) method, allows for applying a user defined non standard transformations, but with the difference it won't replace but rather multiply (adds more transformation to the existing transformations).
Parameters
tr: PAggTransformations
Pointer to the data structure containing custom affine transformations matrix.


