[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The first stored line of pixels can represent the logical top or bottom of the displayed image.
Source position: graphtype.pp line 95
type TRawImageLineOrder = ( |
||
riloTopToBottom, |
|
First scanline at the top |
riloBottomToTop |
|
First scanline at the bottom |
); |
lazarus-ccr.sourceforge.net |