TRemapTransformation

Graphics32

TRemapTransformation

Hierarchy

TObject

   |

TTransformation

Description

This TTransformation wraps TVectormap and implements a set of properties to control how the transformation uses the vectors of TVectormap in its transformation procedures.

The class itself will not provide any significant transformation algorithm: the subordinate vector map needs to be precalculated. The auxiliary routine RasterizeTransformation is useful for this purpose.

Reference

Properties Methods
In TRemapTransformation:
MappingRect GetTransformedBounds
Offset HasTransformedBounds
Scale
In TTransformation:
SrcRect ReverseTransform
Transform

See Also

Image Warping Example, RasterizeTransformation, TVectorMap