The CogIPOneImageMultiplyConstant 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 multiplication of a 3 plane image. The value must be greater than or equal to zero. | |
| ConstantPlane1Value | The constant plane 1 value used for the multiplication of a 3 plane image. The value must be greater than or equal to zero. | |
| ConstantPlane2Value | The constant plane 2 value used for the multiplication of a 3 plane image. The value must be greater than or equal to zero. | |
| ConstantValue | The constant value used for the multiplication. The value must be greater or equal zero. If the value is less than one, division operation can be emulated. | |
| 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 multiply operation. |
See Also