Copies Src pixel to Dest pixel.
procedure CopyPixel(Src: Pointer; Dest: Pointer; BytesPerPixel: LongInt);
ImagingFormats (at line 118)
It is faster than System.Move procedure.