Vectors

Graphics32

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