Declaration ​
pascal
property UpdateRowCount: Integer read FUpdateRowCount write FUpdateRowCount;Description ​
UpdateRowCount specifies how frequently TRegularRasterizer triggers Dst.Changed area update notifications during scanline rendering.
- If
UpdateRowCount = 0(default), change notifications are issued once after the entire destination rectangle is rasterized. - If
UpdateRowCount > 0, notifications are issued in batches everyUpdateRowCountscanlines, allowing progressive visual updates on GUI surfaces during long operations.