TBooleanMap.Bits

property Bits: PByteArray;

Description

Returns the pointer to the internal array of byte packed bits. Data is stored in row-major order, top-left "pixel" comes first. Note that since the boolean map stores its values packed in bytes (8 bits or booleans per byte), the last element of the array may contain invalid values. It is recommened only to process width * height - 1 elements, and use the value property to change the last packed byte element of the array.

See Also

Arrays, Value