SetPixelDirect Function
Imaging

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

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

Imaging (at line 239)

Description

Doesn't work with special formats.

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