Interface that describes a rectangular array of pixels.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
The IImage type exposes the following members.
| Name | Description | |
|---|---|---|
| Allocate | Initialize the image with (undefined) pixel data of the given width and height. This method may not be called more than once. | |
| CopyBase | Create a copy of this image in a new image. Pixels may be shared between images by specifying copyMode as SharePixels. | |
| GetTransform | Returns a transformation that maps points from the 'From' coordinate space to the 'To' space. | |
| 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. |
| Name | Description | |
|---|---|---|
| Allocated | Whether there is pixel data associated with this image. | |
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| CoordinateSpaceTree | Get Returns the tree of all named coordinate spaces for this image. The tree provides advanced functions for managing coordinate spaces. | |
| Height | Height of the image. | |
| PixelFromRootTransform | Get Transformation that maps points into pixel space ("#") from the root space ("@"). | |
| SelectedSpaceName | Get The name of the default coordinate space to be used by tools which process this image. | |
| Width | Width of the image. |
| Name | Description | |
|---|---|---|
| Changed | The actual event. |