CopyPixel Function
ImagingFormats

Copies Src pixel to Dest pixel.

Pascal
procedure CopyPixel(Src: Pointer; 
                    Dest: Pointer; 
                    BytesPerPixel: LongInt);
File

ImagingFormats (at line 118)

Description

It is faster than System.Move procedure.

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