The CogIPOneImageMissingPixel 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. | |
| Direction | Get or set the direction in which the missing pixel processing is to be performed. Possible choices include Horizontal, Vertical, or Both. | |
| Enabled | Whether this one image operator will be used to compute the output image. | |
| FixedGlobalValue | Get or set the value used when GlobalValueMode is set to Fixed. Must be a legal pixel value. | |
| GlobalValueMode | Get or set the manner in which the 'global' value will be determined. Possible choices include Fixed, ImageMinimum, ImageMaximum, and ImageAverage. | |
| 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. | |
| ValueComputation | Get or set the manner in which 'neighboring' pixels will be processed. Possible choices include NeighborMinimum, NeighborMaximum, NeighborInterpolation, and Global. |
See Also