ImCopyRect Function
ImagingExport

Look at CopyRect for details.

Pascal
function ImCopyRect(const SrcImage: TImageData; 
                    SrcX: LongInt; 
                    SrcY: LongInt; 
                    Width: LongInt; 
                    Height: LongInt; 
                    var DstImage: TImageData; 
                    DstX: LongInt; 
                    DstY: LongInt): Boolean; cdecl;
File

ImagingExport (at line 137)

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