Home
|
GR32_VectorMaps
|
TVectorMap
|
|
property Vectors: PFixedPointArray;
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.
TCustomBitmap32.Bits, TCustomMap.Height, Vector Types, TCustomMap.Width
Copyright ©2000-2012 Alex Denisov and the Graphics32 Team - Graphics32 v1.9.1 - Build on 4-May-2012