Get or Set the color in the location

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public TColor this[
	Point location
] { get; set; }
Public Default Property Item ( _
	location As Point _
) As TColor
	Get
	Set
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

See Also