property Bits: PByteArray;
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.
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024