TVectorMap

Graphics32

TVectorMap

Hierarchy

TPersistent

   |

TNotifiablePersistent

   |

TThreadPersistent

   |

TCustomMap

Description

The TVectorMap class may be used to store two-dimensional vectors, and provides a set of useful indexing and interpolation properties. TVectorMap is an ancestor of TCustomMap and supports saving and loading (Photoshop .msh format). TRemapTransformation wraps TVectorMap, so for a TTransformation compatible implementation, this may be a better choice.

Reference

Properties Methods Events
In TVectorMap:
Vector Clear OnVectorCombine
VectorCombineMode Destroy
Vectors Empty
GetTrimmedBounds
LoadFromFile
Merge
SaveToFile
In TCustomMap:
Height Delete OnResize
Width Resized
SetSize
In TThreadPersistent:
LockCount Lock
Unlock
In TNotifiablePersistent:
UpdateCount BeginUpdate OnChange
Changed
Create
EndUpdate

See Also

Image Warping Example, TCustomMap, TRemapTransformation, TTransformation, Vector Types, Visualization Example