Class that represents a simple coordinate axes aligned rectangle used to represent a rectangular window region in an integer coordinate system.
Cognex.Vision ShareableBase
Cognex.Vision ChangedEventShareableBase
Cognex.Vision PelRect
Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
The PelRect type exposes the following members.
| Name | Description | |
|---|---|---|
| PelRect | Construct a default instance of this class. | |
| PelRect(Int32, Int32, Int32, Int32) | Construct an instance of this class with the specified parameters. |
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ChangedEventShareableBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ChangedEventShareableBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| ResumeAndRaiseChangedEvent | Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent. | |
| SuspendChangedEvent | Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent. | |
| ToString | Returns a human readable string that represents the object. |
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two PelRect objects. | |
| Inequality | Compares the inequality of two PelRect objects. |
| Name | Description | |
|---|---|---|
| SfHeight | ||
| SfWidth | ||
| SfX | ||
| SfY |
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| Height | Get Get the height of this PelRect. | |
| Width | Get Get the width of this PelRect. | |
| X | Get Get the X origin. | |
| Y | Get Get the Y origin. |
| Name | Description | |
|---|---|---|
| Changed | The actual event. |