EventArgsT1, T2Value1 Property |
http://www.emgu.com
The first value
Namespace:
Emgu.Util
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic T1 Value1 { get; }
Public ReadOnly Property Value1 As T1
Get
public:
property T1 Value1 {
T1 get ();
}
member Value1 : 'T1 with get
Property Value
Type:
T1
See Also