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)
Syntaxpublic 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);
}
member Item : 'TColor with get, set
Parameters
- location
- Type: System.DrawingPoint
the location of the pixel
Return Value
Type:
TColorthe color in the
location
See Also