Construct a new instance of this class using the supplied
bitmap to specify pixel data. Note that this produces
an image with an assumed identity mapping from "Sensor3D"
space to root space.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax
Parameters
- Bmp
- Type: System.Drawing Bitmap
The Windows Bitmap to use as the definition of pixel data.
Exceptions
| Exception | Condition |
|---|---|
| [System.ArgumentNullException] | If Bmp is null. |
See Also