TProgressiveRasterizer

Graphics32

TProgressiveRasterizer

Hierarchy

TCustomRasterizer

   |

TRasterizer

Description

This rasterizer class provides resolution subdivided rasterization. This is useful for visualizing while rasterizing. The steps property determines the number of intermediate steps in the rasterization. To see how this work, take a look at the nested sampling example with the progressive rasterizer enabled.

Reference

Properties Methods
In TProgressiveRasterizer:
Steps
UpdateRows
In TRasterizer:
Sampler Rasterize

See Also

Nested Sampling Example