Class TvxProgressiveRasterizer
Unit
xomDXGraphics
Declaration
type TvxProgressiveRasterizer = class(TvxRasterizer)
Description
This class will perform rasterization in a progressive manner. It performs subsampling with a block size of 2ˆn and will successively decrease n in each iteration until n equals zero.
Hierarchy
Overview
Methods
Properties
 |
property Steps: Integer read FSteps write SetSteps default 4; |
 |
property UpdateRows: Boolean read FUpdateRows write SetUpdateRows default True; |
Description
Methods
 |
constructor Create; override; |
|
|
Properties
 |
property Steps: Integer read FSteps write SetSteps default 4; |
|
|
 |
property UpdateRows: Boolean read FUpdateRows write SetUpdateRows default True; |
|
|
Generated by PasDoc 0.15.0.
|