Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32_Polygons🞂TPolygonRenderer32Class

TPolygonRenderer32

Abstract base class for 32-bit color vector polygon renderers targetted at TCustomBitmap32.

Inheritance:TCustomPolygonRenderer 🞂 TThreadPersistent 🞂 TNotifiablePersistent 🞂 TPlainInterfacedPersistent 🞂 TPersistent 🞂 TObject

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).