CogImage8Interlaced ToBitmap Method Cognex VisionPro 9.24
Creates a 24-bit RGB Windows bitmap from this image.

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

public override Bitmap ToBitmap()

Return Value

Type: Bitmap
Type: Bitmap. The 24-bit RGB Windows bitmap.

Implements

ICogImage ToBitmap 
Remarks

This method completely ignores the interlaced characteristics of this image.
See Also