Navigation: Code Documentation > RSFMXCommon > FMX.RS.Graphics > Types
TPointPolygons Type
Defines a cross-library (VCL or FMX) type for an array of array of integer points, i.e., a 2D dimensional, for defining a bunch of polygons (each array of points is a polygon).
Namespace: FMX.RS.Graphics
Delphi
type TPointPolygons = Array of TPoints;
•FMX.RS.Graphics.TPoints
•FMX.RS.Graphics.TRSPathData.AddPolygons(TRSPolygons)
•FMX.RS.Graphics