PrepareSampling

Graphics32

TCustomSampler.PrepareSampling

procedure PrepareSampling; virtual;

Description

Descendants should override this method in order to perform special preparations before the GetSample method is called.

Note: PrepareSampling is automatically called by TRasterizer before rasterization begins.

See Also

FinalizeSampling, GetSample, TRasterizer