Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32_Polygons🞂TPolygonRenderer32VPR🞂PolyPolygonFSMethod

TPolygonRenderer32VPR.PolyPolygonFS

Rasterizes multi-contour floating-point polygons within a clipping rectangle using VPR analytical coverage.

Declaration ​

pascal
procedure PolyPolygonFS(const Points: TArrayOfArrayOfFloatPoint; const ClipRect: TFloatRect); override;

Parameters ​

ParameterTypeDescription
PointsTArrayOfArrayOfFloatPointArray of polygon contours.
ClipRectTFloatRectClipping rectangle.

Description ​

PolyPolygonFS overrides the base renderer method to perform analytical sub-pixel coverage computation and rasterization on the target bitmap.