Get pixel value for black/white images
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ | 
public void GetPixel( int x, int y, ref int color )
Public Sub GetPixel ( _ x As Integer, _ y As Integer, _ ByRef color As Integer _ )
public: void GetPixel( int x, int y, int% color )
Parameters
- x
 - Int32
pixel column 
- y
 - Int32
pixel row 
- color
 - Int32%
the output color 
Examples
Image.GetPixel(10,12,color)