Declaration ​
pascal
TCustomPolygonFiller = class abstractDescription ​
TCustomPolygonFiller is the abstract base class for custom scanline span fillers.
Derived classes implement custom pixel generation logic for polygon rendering, such as bitmap patterns (TBitmapPolygonFiller), gradient patterns, custom shaders, or arbitrary samplers (TSamplerFiller).