Point Collection(IEnumerablePoint) Constructor
Construct a collection from an enumerable list of Point objects
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 PointCollection(
IEnumerable<Point> points
)VB
Public Sub New (
points As IEnumerable(Of Point)
)C++
public:
PointCollection(
IEnumerable<Point>^ points
)F#
new :
points : IEnumerable<Point> -> PointCollectionParameters
- points IEnumerablePoint
- An enumerable list of Point objects to add