Get or Set the color in the location
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public TColor this[
Point location
] { get; set; }
Public Default Property Item ( _
location As Point _
) As TColor
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