Navigation: Code Documentation > RSVclCommon > RSGraphics > Classes > TRSPathData > Methods
TRSPathData.AddPolygons(TRSPolygons) Method
Adds the array of polygons to the current path.
Namespace: RSGraphics
Delphi
public procedure AddPolygons( const Poly: TRSPolygons ); overload;
Parameters
Poly
Type: TRSPolygons
•RSGraphics.TRSPathData.AddPolygon(TRSPoints)
•RSGraphics.TRSPathData.AddEllipse(TRSRect)
•RSGraphics.TRSPathData.AddRectangle(TRSRect,Single,Single,TRSCorners,TRSCornerType)
•RSGraphics.TRSPathData.MoveTo(TRSPoint)
•RSGraphics.TRSPathData.LineTo(TRSPoint)
•RSGraphics.TRSPolygons
•TRSPathData
•RSGraphics