CogImage8Grey SetPixel Method Cognex VisionPro 9.7
Pixel value at given location.

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

public void SetPixel(
	int x,
	int y,
	byte value
)
Exceptions

ExceptionCondition
CogImageNoPixelsException

Allocate(Int32, Int32) has not yet been called.

Remarks

Returns the pixel value at given location.

See Also