'Declaration Public Sub AddRange( _
ByVal pointsThe collection whose points should be added to the end of the GraphicsFigurePoints.As System.Collections.Generic.IEnumerable(Of PointF) _
)
public void AddRange(
System.Collections.Generic.IEnumerable<PointF> points
)
public: void AddRange(
System.Collections.Generic.IEnumerable<PointF*>* points
)
public:
void AddRange(
System.Collections.Generic.IEnumerable<PointF^>^ points
)
Parameters
- points
- The collection whose points should be added to the end of the GraphicsFigurePoints.