Set the MaskRoot to a new value. In much
the same way that one can set a pixel value
in an image without causing a Changed event
to fire, one may set the MaskRoot to a new value
and no Changed event is fired.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 75.0.0.0
Syntax
Parameters
- NewValue
- Type: Cognex.VisionPro ICogImage8Root
Exceptions
| Exception | Condition |
|---|---|
| [System.ArgumentException] | If the supplied mask root's width or height do not match those of the pixel root. |
See Also