Produces all individual points that make up blob.
Namespace: StreamCoders.ImagingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public List<Point> GetPointList()
Public Function GetPointList As List(Of Point)
public:
List<Point>^ GetPointList()
member GetPointList : unit -> List<Point>
Return Value
Type:
ListPoint
Returns a list of
Point objects.
Remarks
All points are calculated anew each time this function is called.
See Also