Construct a map with the supplied values.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax
Parameters
- data
- Type: Cognex.VisionPro CogImage16Grey
The map as a 16-bit image. May not be null.
- color
- Type: System String
The color associated with this map.
- scale
- Type: System Double
The factor used to scale the map into the 16-bit value range, i.e. 0 to 0xFFFF.
- name
- Type: System String
The name of the map.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the data argument is null. |
See Also