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

TRawImageBitOrder

The first pixel in a raw image line can be the left or right pixel of the displaye image.

Declaration

Source position: graphtype.pp line 73

type TRawImageBitOrder = (

  riboBitsInOrder,

  

Bit 0 represents first pixel

  riboReversedBits

  

Bit 0 represents highest pixel

);