property MeasuringMode: Boolean; // readonly
Determines if the bitmap is in measuring mode. In this mode drawing to the bitmap is only simulated. That is, drawing is actually omitted, but the OnAreaChanged event is still triggered.
For detailed description please refer to the additional topic dealing with repaint optimization.