Home
|
GR32_VectorMaps
|
|
TVectorMap
Hierarchy
TPersistent
|
|
|
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
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007
Home
GR32_VectorMaps