[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'GraphType' (#lazutils)

TRawImagePosition

Record describing a position in Raw Image data.

Declaration

Source position: graphtype.pp line 198

type TRawImagePosition = record

  Byte: PtrUInt;

  

  Bit: Cardinal;

  

end;

Description

Byte is the byte offset, Bit the bit number/offset in that byte.


Version 4.0 Generated 2025-05-03 Home