ImageEn, unit imageenproc

TImageEnProc.Clear

TImageEnProc.Clear

Declaration

procedure Clear();

Description

Fill the current image with the background color.

Example

ImageEnView1.Proc.Background := clWhite;
ImageEnView1.Proc.Clear();