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: 4.1.1.3497 (4.1.1.3497)
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