Image8Grey SetPixel Method Cognex VisionPro 9.24

Sets the value of the pixel at the given location.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

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

ExceptionCondition
ImageExceptionAllocate has not yet been called.
ImageExceptionx or y is outside the bounds of this image (less than 0, or greater than or equal to width or height)
See Also