TProgressiveRasterizer

Ancestors

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

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

See Also

Examples