ImSplitImage Function
ImagingExport

Look at SplitImage for details.

Pascal
function ImSplitImage(var Image: TImageData; 
                      var Chunks: TImageDataList; 
                      ChunkWidth: LongInt; 
                      ChunkHeight: LongInt; 
                      var XChunks: LongInt; 
                      var YChunks: LongInt; 
                      PreserveSize: Boolean; 
                      Fill: Pointer): Boolean; cdecl;
File

ImagingExport (at line 127)

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