TVectorMap

Ancestors

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 a descendent 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

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

See Also

Examples, TCustomMap, TRemapTransformation, TTransformation, Vector Types