[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 89

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 4.0 Generated 2025-05-03 Home