Unit 'GraphType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lazutils]

TRawImageLineOrder

The first stored line of pixels can represent the logical top or bottom of the displayed image.

Declaration

Source position: graphtype.pp line 100

type TRawImageLineOrder = (

  riloTopToBottom,

  

First scanline at the top.

  riloBottomToTop

  

First scanline at the bottom.

);


Version 4.4 Generated 2025-11-08 Home