Declaration ​
pascal
TRegularRasterizer = class(TRasterizer)Description ​
TRegularRasterizer is the standard single-threaded rasterizer in Graphics32. It iterates sequentially across pixel coordinates row by row from top to bottom, querying GetSampleInt for each
When UpdateRowCount is greater than zero, TRegularRasterizer fires Dst.Changed area update notifications in batches after rendering every specified number of rows.