Inheritance Hierarchy
System EventArgs
Cognex.Vision EventArgs
Cognex.Vision.Implementation.Internal SegmentsChangedEventArgs
Namespace: Cognex.Vision.Implementation.Internal
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
The SegmentsChangedEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SegmentsChangedEventArgs |
Methods
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides EventArgs Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides EventArgs GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Converts this object to a string representation. (Overrides Object ToString .) |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two SegmentsChangedEventArgs objects. | |
| Inequality | Compares the inequality of two SegmentsChangedEventArgs objects. |
Properties
| Name | Description | |
|---|---|---|
| EndIndex | ||
| Handle | (Overrides EventArgs Handle.) | |
| StartIndex |
See Also