Set pixel value for 16 bit gray scale (65536 gray levels) images

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetPixel(
	int x,
	int y,
	ushort color
)
Public Sub SetPixel ( _
	x As Integer, _
	y As Integer, _
	color As UShort _
)
public:
void SetPixel(
	int x, 
	int y, 
	unsigned short color
)

Parameters

x
Int32
pixel column
y
Int32
pixel row
color
UInt16
the color to set (0..65535)

See Also