Click or drag to resize
ImageTColor, TDepthItem Property (Point)
http://www.emgu.com
Get or Set the color in the location

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public TColor this[
	Point location
] { get; set; }

Parameters

location
Type: System.DrawingPoint
the location of the pixel

Return Value

Type: TColor
the color in the location
See Also