[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Record describing a position in Raw Image data
Source position: graphtype.pp line 180
type TRawImagePosition = record |
||
Byte: PtrUInt; |
|
|
Bit: cardinal; |
|
|
end; |
Byte is the byte offset, Bit the bit number/offset in that byte.
lazarus-ccr.sourceforge.net |