Get or Set the color in the location
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public TColor this[ Point location ] { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ location As Point _ ) As TColor |
| Visual C++ |
|---|
public: property TColor default[Point location] { TColor get (Point location); void set (Point location, TColor value); } |
Parameters
- location
- Type: System.Drawing..::.Point
the location of the pixel