Record describing a position in Raw Image data.
Source position: graphtype.pp line 198
type TRawImagePosition = record |
||
Byte: PtrUInt; |
|
|
Bit: Cardinal; |
|
|
end; |
Byte is the byte offset, Bit the bit number/offset in that byte.
| Version 4.4 | Generated 2025-11-08 | Home |