Home | GR32_VectorMaps | TVectorMap |
TVectorMap.Vectors
property Vectors: PFixedPointArray;
Description
The read-only vectors property contains the address of the first (top-left) vector in a vectormap. If the vectormap is not allocated (width or height is zero), the returned address is nil.
Note, that numbering of rows in Graphics32 starts from the top-most one.
Data is continuously allocated in memory, row by row. You may safely access Width * Height elements, each of them is a 8-byte TFixedVector value.
See Also
TBitmap32.Bits, Height, Vector Types, Width
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007