PolyPolygon

Graphics32

PolyPolygon

procedure PolyPolygonTS(Bitmap: TBitmap32; const Points: TArrayOfArrayOfFixedPoint; Color: TColor32; Mode: TPolyFillMode = pfAlternate);

procedure PolyPolygonXS(Bitmap: TBitmap32; const Points: TArrayOfArrayOfFixedPoint; Color: TColor32; Mode: TPolyFillMode = pfAlternate; AAMode: TAntialiasMode = DefaultAAMode);

Description

Fills the shape similar to that done by Polygon function. The shape is constructed from several contours, which are specified in Points parameter. The filling is performed according to Mode parameter.

For PolyPolygonXS you can also specify the antialias mode that should be used.

See Also

DefaultAAMode, Naming Conventions, Polygon, PolyPolyline, TAntialiasMode, TArrayOfArrayOfFixedPoint, TBitmap32, TColor32, TPolyFillMode