ImageEn, unit imageenview |
|
TImageEnView.UpdateNoPaint
Declaration
procedure UpdateNoPaint();
Description
The Update method refreshes the TImageEnView component view with the current state of the image.
You must call
Update or UpdateNoPaint() whenever
IEBitmap is modified by your code.
Unlike
Update, UpdateNoPaint doesn't paint the image, just refreshes the bitmap data.