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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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