Click or drag to resize
BlobGetPointList Method
Produces all individual points that make up blob.

Namespace: StreamCoders.Imaging
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<Point> GetPointList()

Return Value

Type: ListPoint
Returns a list of Point objects.
Remarks
All points are calculated anew each time this function is called.
See Also