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, TCustomMap.Width, Vector Types
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024