Home | GR32_Polygons |
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
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007