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

TRawImageLineEnd

The alignment of raw image scanlines.

Declaration

Source position: graphtype.pp line 87

type TRawImageLineEnd = (

  rileTight,

  

No gap at the end of Scanlines; Scanlines can begin inside a byte boundary.

  rileByteBoundary,

  

Scanlines start on a byte boundary.

  rileWordBoundary,

  

Scanlines start at a 16-bit boundary.

  rileDWordBoundary,

  

Scanlines start at a 32-bit (DWORD) boundary.

  rileQWordBoundary,

  

Scanlines start at a 64-bit (QWORD) boundary.

  rileDQWordBoundary

  

Scanlines start at a 128-bit boundary.

);


Version 3.2 Generated 2024-02-25 Home