FillRect Function
Imaging

Fills given rectangle of image with given pixel fill data.

Pascal
function FillRect(var Image: TImageData; 
                  X: LongInt; 
                  Y: LongInt; 
                  Width: LongInt; 
                  Height: LongInt; 
                  FillColor: Pointer): Boolean;
File

Imaging (at line 220)

Description

Fill should point to the pixel in the same format as the given image is in.

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