Point CollectionAdd Range Method
Add a range of Point objects from an enumerable list
Definition
Namespace: EWSoftware.ImageMaps
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public void AddRange(
IEnumerable<Point> points
)VB
Public Sub AddRange (
points As IEnumerable(Of Point)
)C++
public:
void AddRange(
IEnumerable<Point>^ points
)F#
member AddRange :
points : IEnumerable<Point> -> unit Parameters
- points IEnumerablePoint
- An enumerable list of Point objects to add