Click or drag to resize

ConnectedComponent Structure

Namespace:  Atalasoft.Imaging.ConnectedComponents
Assembly:  Atalasoft.dotImage.ConnectedComponents (in Atalasoft.dotImage.ConnectedComponents.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public struct ConnectedComponent

The ConnectedComponent type exposes the following members.

Constructors
  NameDescription
Public methodConnectedComponent
Initializes a new instance of the ConnectedComponent class
Top
Properties
  NameDescription
Public propertyArea
Public propertyBoundingBox
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also