ImFillRect Function
ImagingExport

Look at FillRect for details.

Pascal
function ImFillRect(var Image: TImageData; 
                    X: LongInt; 
                    Y: LongInt; 
                    Width: LongInt; 
                    Height: LongInt; 
                    Fill: Pointer): Boolean; cdecl;
File

ImagingExport (at line 140)

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