CogImage8Grey Constructor (Bitmap)Cognex VisionPro 9.8
Constructs a CogImage8Grey, copying or computing the pixels from the given bitmap.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public CogImage8Grey(
	Bitmap bitmap
)

Parameters

bitmap
Type: System.Drawing Bitmap
The Windows bitmap from which to copy or compute pixel values.
See Also