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