Gets pixel value for CMYK images.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void GetPixel(
	int x,
	int y,
	ref IECMYK color
)
Public Sub GetPixel ( _
	x As Integer, _
	y As Integer, _
	ByRef color As IECMYK _
)
public:
void GetPixel(
	int x, 
	int y, 
	IECMYK% color
)

Parameters

x
Int32
pixel column
y
Int32
pixel row
color
IECMYK%
the color to get

See Also