This class holds data provided by the SegmentsRemoved event. The SegmentsRemoved event fires just prior to and in addition to the standard Changed event after one, or possibly several segments are deleted from the CogGeneralContour.
Inheritance Hierarchy
System EventArgs
Cognex.VisionPro CogSegmentsRemovedEventArgs
Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
The CogSegmentsRemovedEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogSegmentsRemovedEventArgs | Construct the CogSegmentsRemovedEventArgs object with the supplied start index and end index. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| endIndex | The index of the last removed segment. | |
| startIndex | The index of the first removed segment. |
See Also