GetPixelDirect Function
Imaging

Copies pixel of Image at [X, Y] to memory pointed at by Pixel.

Pascal
procedure GetPixelDirect(const Image: TImageData; 
                         X: LongInt; 
                         Y: LongInt; 
                         Pixel: Pointer);
File

Imaging (at line 236)

Description

Doesn't work with special formats.

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