CogImage16Range PropertiesCognex VisionPro 9.8 SR1

The CogImage16Range type exposes the following members.

Properties

  NameDescription
Public propertyAllocated
Whether there is pixel data associated with this image.
Public propertyChangedEventSuspended
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.
(Inherited from CogSerializableChangedEventBase.)
Public propertyCoordinateSpaceTree
Get or set the tree of all named two dimensional coordinate spaces for this image. The tree provides advanced functions for managing two dimensional coordinate spaces.
Public propertyCoordinateSpaceTree3D
Get or set the tree of all named three dimensional coordinate spaces for this image. The tree provides advanced functions for managing three dimensional coordinate spaces.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyHeight
The number of rows of pixels in this image.
Public propertyPixelFromRootTransform
Gets a copy of the transform that maps from pixel space ("#") to two dimensional root space ("@"). Due to the unique nature of the CogImage16Range, setting PixelFromRootTransform is not allowed. Attempts to set PixelFromRootTransform will cause an InvalidOperationException to be thrown.
Public propertyPixelFromRootTransform3D
Get or set the transform that maps from three dimensional root space to pixel space.
Public propertySelectedSpaceName
Get or set the name of the two dimensional coordinate space to be used by tools that process this image.
Public propertySelectedSpaceName3D
Gets or sets the name of the three dimensional 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 CogSerializableChangedEventBase.)
Public propertyWidth
The number of columns of pixels in this image.
Top
See Also