Class TvxProgressiveRasterizer

Unit

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

Public constructor Create; override;

Properties

Published property Steps: Integer read FSteps write SetSteps default 4;
Published property UpdateRows: Boolean read FUpdateRows write SetUpdateRows default True;

Description

Methods

Public constructor Create; override;
 

Properties

Published property Steps: Integer read FSteps write SetSteps default 4;
 
Published property UpdateRows: Boolean read FUpdateRows write SetUpdateRows default True;
 

Generated by PasDoc 0.15.0.