GetScanLine Function
ImagingFormats

Provides indexed access to each line of pixels.

Pascal
function GetScanLine(ImageBits: Pointer; 
                     const FormatInfo: TImageFormatInfo; 
                     LineWidth: LongInt; 
                     Index: LongInt): Pointer;
File

ImagingFormats (at line 160)

Description

Does not work with special format images.

Related Information
You are here: Symbol Reference > Functions > GetScanLine Function