CogImage16Range Constructor (Bitmap)Cognex VisionPro
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.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 65.1.0.0
Syntax

public CogImage16Range(
	Bitmap Bmp
)

Parameters

Bmp
Type: System.Drawing Bitmap
The Windows Bitmap to use as the definition of pixel data.
Exceptions

ExceptionCondition
[System.ArgumentNullException] If Bmp is null.
See Also