CogImage8Interlaced Constructor (Int32, Int32)Cognex VisionPro 9.20
Constructs a CogImage8Interlaced, allocating image memory with the given width and height.

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

public CogImage8Interlaced(
	int width,
	int height
)

Parameters

width
Type: System Int32
Type: System.Int32. The width of the new image.
height
Type: System Int32
Type: System.Int32. The height of the new image. Note that height here is the sum of all interlaced image rows.
See Also