Declaration ​
pascal
procedure PolyPolygonFS(const Points: TArrayOfArrayOfFloatPoint; const ClipRect: TFloatRect); override;Parameters ​
| Parameter | Type | Description |
|---|---|---|
Points | TArrayOfArrayOfFloatPoint | Array of polygon contours. |
ClipRect | TFloatRect | Clipping rectangle. |
Description ​
PolyPolygonFS overrides the base renderer method to perform analytical sub-pixel coverage computation and rasterization on the target bitmap.