MeasuringMode

Graphics32

TBitmap32.MeasuringMode

property MeasuringMode: Boolean; // readonly

Description

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.

See Also

MeasuringMode, OnAreaChanged, Repaint Optimization