ImageTColor, TDepthItem Property (Point) |
http://www.emgu.com
Get or Set the color in the location
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic TColor this[
Point location
] { get; set; }
Public Property Item (
location As Point
) As TColor
Get
Set
public:
property TColor Item[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