The PointCollection type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
BoundingRectangle(array<PointF>[]()[])
Find the bounding rectangle for the specific array of points
ConvexHull(array<PointF>[]()[], MemStorage, ORIENTATION)
Finds convex hull of 2D point set using Sklansky's algorithm
EllipseLeastSquareFitting(array<PointF>[]()[])
Fit an ellipse to the points collection
GeneratePointCloud(Ellipse, Int32)
Generate a random point cloud around the ellipse.
Line2DFitting(array<PointF>[]()[], DIST_TYPE, PointF%, PointF%)
Fit a line to the points collection
MinAreaRect(array<PointF>[]()[])
Find the bounding rectangle for the specific array of points
MinEnclosingCircle(array<PointF>[]()[])
Find the minimum enclosing circle for the specific array of points
PolyLine(array<Point>[]()[], Boolean)
convert a series of System.Drawing.Point to LineSegment2D
PolyLine(array<PointF>[]()[], Boolean)
convert a series of points to LineSegment2D
ReprojectImageTo3D(Image<(Of <(Gray, Int16>)>), Matrix<(Of <(Double>)>))
Reproject pixels on a 1-channel disparity map to array of 3D points.

See Also