Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32_Polygons🞂TPolygonRenderer32🞂PolygonFSMethod

TPolygonRenderer32.PolygonFS

Draws a single floating-point polygon using the destination bitmap's clip rectangle.

Declaration ​

pascal
procedure PolygonFS(const Points: TArrayOfFloatPoint); overload; virtual;

Parameters ​

ParameterTypeDescription
PointsTArrayOfFloatPointArray of floating-point polygon vertices.

Description ​

PolygonFS rasterizes a single polygon specified by Points onto Bitmap using Bitmap.ClipRect.