The CogImage16Grey type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Allocated | Whether there is pixel data associated with this image. | |
| ChangedEventSuspended | If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called. | |
| CoordinateSpaceTree | Returns/sets the tree of all named coordinate spaces for this image. The tree provides advanced functions for managing coordinate spaces. | |
| Encoding | Cognex internal use only. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| Height | Height of the image. | |
| PixelFromRootTransform | Transformation that maps points into pixel space ("#") from the root space ("@"). | |
| SelectedSpaceName | Returns/sets the name of the coordinate space to be used by tools which process this image. | |
| Width | Width of the image. |
See Also