Navigation: Code Documentation > RSVclCommon > RSGraphics > 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: RSGraphics
Delphi
type TPointPolygons = Array of TPoints;
•RSGraphics.TPoints
•RSGraphics.TRSPathData.AddPolygons(TRSPolygons)
•RSGraphics