ImageEn, unit imageenview

TImageEnView.LockPaint

TImageEnView.LockPaint


Declaration

procedure LockPaint();


Description

The LockPaint method increases the lock counter's value. The ImageEnView window will not be repainted while LockPaintCount > 0.

See also: UnlockPaint.


Example

ImageEnView1.LockPaint();
ImageEnView1.ViewX := 10;
ImageEnView1.ViewY := 20;
ImageEnView1.Zoom := 300;
ImageEnView1.UnlockPaint();