Click or drag to resize
Blob Class
Represents a blob and is returned as part of the results when using the BlobCounter class.
Inheritance Hierarchy
SystemObject
  StreamCoders.ImagingBlob

Namespace: StreamCoders.Imaging
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class Blob

The Blob type exposes the following members.

Properties
  NameDescription
Public propertyId
Blob ID. Blobs IDs may not increase continuously, because of union operations.
Public propertyRectangle
Rectangle describing the minimum and maximum extends of data points of this blob.
Top
Methods
  NameDescription
Public methodGetPointList
Produces all individual points that make up blob.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also