ICogImage PropertiesCognex VisionPro 9.23

The ICogImage type exposes the following members.

Properties

  NameDescription
Public propertyAllocated
Whether there is pixel data associated with this image.
Public propertyChangedEventSuspended
Indicates if the raising of the Changed event has been suspended.
(Inherited from ICogChangedEvent.)
Public propertyCoordinateSpaceTree
Returns/sets the tree of all named coordinate spaces for this image. The tree provides advanced functions for managing coordinate spaces.
Public propertyHeight
Height of the image.
Public propertyPixelFromRootTransform
Transformation that maps points into pixel space ("#") from the root space ("@").
Public propertySelectedSpaceName
Returns/sets the name of the coordinate space to be used by tools which process this image.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from ICogChangedEvent.)
Public propertyWidth
Width of the image.
Top
See Also