Declaration ​
pascal
TPolygonRenderer32 = class abstract(TCustomPolygonRenderer)Description ​
TPolygonRenderer32 is the base class for polygon renderers that draw onto a 32-bit destination bitmap (TCustomBitmap32). It manages properties such as destination bitmap reference (Bitmap), fill mode (FillMode), solid fill color (Color), and optional custom span filler (Filler).