Pixel value at given location.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
public void SetPixel(
int x,
int y,
ushort value
)
public void SetPixel(
int x,
int y,
ushort value
)
Public Sub SetPixel (
x As Integer,
y As Integer,
value As UShort
)
Public Sub SetPixel (
x As Integer,
y As Integer,
value As UShort
)
public:
void SetPixel(
int x,
int y,
unsigned short value
)
public:
void SetPixel(
int x,
int y,
unsigned short value
)