  | IBitmapImageIntensityAt Method  | 
 Returns intensity value (0 to 255) at given logical co-ordinates. Origin is top left corner.
            No boundary checks are performed.
 
    Namespace: 
   CohesiveComputing.Imaging
    Assembly:
   CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntaxint IntensityAt(
	int x,
	int y
)
Parameters
- x
 - Type: SystemInt32
Pixel x co-ordinate. - y
 - Type: SystemInt32
Pixel y co-ordinate. 
Return Value
Type: 
Int32Intensity value at co-ordinate.
See Also