This class holds data provided by the LineRemoved event. The LineRemoved event fires in addition to the standard Changed event after one or more lines in the arrangement have been removed.
Inheritance Hierarchy
System EventArgs
Cognex.VisionPro.OCVMax CogOCVMaxPatternLineRemovedEventArgs
Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 73.0.0.0
Syntax
The CogOCVMaxPatternLineRemovedEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogOCVMaxPatternLineRemovedEventArgs | Construct the CogOCVMaxPatternLineRemovedEventArgs object with the supplied paragraph index, line index, and count of removed lines. |
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 | |
|---|---|---|
| LinePosition | The zero-based line index of the first of the removed line(s). | |
| NumLines | The number of lines that were removed. | |
| ParagraphPosition | The zero-based paragraph index of the removed line(s). |
See Also