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

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

public CogImage8Interlaced(
	Bitmap bitmap
)

Parameters

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