The CogIPOneImageAddSubtractConstant type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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. | |
| ConstantPlane0Value | The constant plane 0 value used for the add operation on a three plane image. The value may be negative to emulate the subtraction operation. | |
| ConstantPlane1Value | The constant plane 1 value used for the add operation on a three plane image. The value may be negative to emulate the subtraction operation. | |
| ConstantPlane2Value | The constant plane 2 value used for the add operation on a three plane image. The value may be negative to emulate the subtraction operation. | |
| ConstantValue | The constant value used for the add operation. The value may be negative to emulate the subtraction operation. | |
| Enabled | Whether this one image operator will be used to compute the output image. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| OperatorName | Returns/sets a displayable operator name. | |
| OutputImageFormat | Obsolete. The pixel depth of the output image. | |
| OverflowMode | The mode used to handle overflow conditions that can occur while performing the add/subtract operation. |
See Also