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