Emgu CV Library Documentation
Item Property (location)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)Item[([(Point])])

www.emgu.com/wiki
Get or Set the color in the location
Declaration Syntax
C#Visual BasicVisual C++
public TColor this[
	Point location
] { get; set; }
Public Default Property Item ( _
	location As Point _
) As TColor
public:
property TColor default[Point location] {
	TColor get (Point location);
	void set (Point location, TColor value);
}
Parameters
location (Point)
the location of the pixel
Return Value
the color in the location

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)