TPatternSampler

Ancestors

TPersistent
   |
TNotifiablePersistent
   |
TCustomSampler
   |
TNestedSampler

Description

TPatternSampler provides a mechanism for performing sampling according to a preinitialize sample pattern. This pattern is implemented as a matrix of TArrayOfFixedPoint. Each pixel in the rasterized output bitmap will have a designated set of sampling points specified by wrapping this sample pattern across the image.

Reference

Methods Properties Events
In TPatternSampler:
Destroy Pattern
GetSample
In TNestedSampler:
Create Sampler
In TCustomSampler:
FinalizeSampling
GetSampleBounds
HasBounds
PrepareSampling
In TNotifiablePersistent:
BeginUpdate UpdateCount OnChange
Changed
EndUpdate

See Also

Examples, Point Types