Version

PointCollectionUtil Class Members

The following tables list the members exposed by PointCollectionUtil.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)ClipToClips the given points using the given Clipper.  
Public Methodstatic (Shared in Visual Basic)FlattenToCreates a simplified version of the the open simplex or polyline formed by the current points by removing internal points with the specified error tolerance.  
Public Methodstatic (Shared in Visual Basic)GetBoundsOverloaded. Gets the axis-aligned bounding box for the cloud of points.  
Public Methodstatic (Shared in Visual Basic)GetCentroidGets the centroid of the current cloud of points  
Public Methodstatic (Shared in Visual Basic)ToPointCollectionConverts the given list of points to a PointCollection object.  
Public Methodstatic (Shared in Visual Basic)ToPointCollectionsConverts a List of Lists of Points to a List of PointCollections.  
Public Methodstatic (Shared in Visual Basic)ToPointListConverts an IEnumerable of Points to a List of Points.  
See Also