TBitmapPolygonFiller

Ancestors

TObject
   |
TCustomPolygonFiller

Description

TBitmapPolygonFiller provides an easy way to have a polygon filled with a pattern (TCustomBitmap32).

It fully supports the pattern's DrawMode setting. Custom pixel combiners are also supported.

You can directly use it in the DrawFill and Draw methods of TPolygon32 or in the Polygon and PolyPolygon routines.

Reference

Methods Properties
In TBitmapPolygonFiller:
OffsetX
OffsetY
Pattern
In TCustomPolygonFiller:
GetFillLine

See Also

TCustomBitmap32, TCustomBitmap32.OnPixelCombine, TCustomBitmap32.DrawMode, TCustomPolygonFiller, TPolygon32, TPolygon32.Draw, TPolygon32.DrawFill, Polygon, PolyPolygon