This class holds data provided by the BulkChanged event. The BulkChanged event is raised after a bulk change to the Polygon, such as a call to SetVertices. Since the amount of changed data could be quite large, the BulkChanged event only reports the new number of vertices after the change.
Inheritance Hierarchy
System EventArgs
Cognex.Vision EventArgs
Cognex.Vision BulkChangedEventArgs
Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax
The BulkChangedEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BulkChangedEventArgs | Construct the BulkChangedEventArgs object with the specified new number of vertices. |
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 | Returns a human readable string that represents the object. |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two BulkChangedEventArgs objects. | |
| Inequality | Compares the inequality of two BulkChangedEventArgs objects. |
Properties
| Name | Description | |
|---|---|---|
| Handle | (Overrides EventArgs Handle.) | |
| NewNumVertices | The new number of vertices in the Polygon. |
See Also