The CogImage16Range 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.
(Inherited from CogSerializableChangedEventBase.) | |
| CoordinateSpaceTree |
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.
| |
| CoordinateSpaceTree3D |
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.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| Height |
The number of rows of pixels in this image.
| |
| PixelFromRootTransform |
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.
| |
| PixelFromRootTransform3D |
Get or set the transform that maps from
three dimensional root space to pixel space.
| |
| SelectedSpaceName |
Get or set the name of the two dimensional coordinate
space to be used by tools that process this image.
| |
| SelectedSpaceName3D |
Gets or sets the name of the three dimensional
coordinate space to be used by tools which process this image.
| |
| StateFlags |
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.) | |
| Width |
The number of columns of pixels in this image.
|
See Also