TRemapTransformation

Ancestors

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

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

See Also

Examples, RasterizeTransformation, TVectorMap