MultiPointGeometry.MultiPointGeometry Constructors
Initializes a new instance of the MultiPointGeometry class.
Overload List
Name | Description | |
---|---|---|
Public method | MultiPointGeometry() | Initializes a new empty instance of the MultiPointGeometry class. |
Public method | MultiPointGeometry(PointCollection points) | Initializes a new instance of the MultiPointGeometry that attempts to take over ownership of the given points. |
Public method | MultiPointGeometry(IEnumerable< Point > points) | Initializes new instance of the MultiPointGeometry class with copies of the given points. |
MultiPointGeometry()
Initializes a new empty instance of the MultiPointGeometry class.Syntax
public MultiPointGeometry ()
MultiPointGeometry(PointCollection points)
Initializes a new instance of the MultiPointGeometry that attempts to take over ownership of the given points.Syntax
public MultiPointGeometry (
PointCollection points
)
Parameters
A collection of points.
Remarks
This constructor will throw an exception if the new MultiPointGeometry cannot take over ownership of the specified points.
MultiPointGeometry(IEnumerable< Point > points)
Initializes new instance of the MultiPointGeometry class with copies of the given points.Syntax
public MultiPointGeometry (
IEnumerable< Point > points
)
Parameters
A collection of points to copy into the geometry.
Platforms
Windows, Linux, Android