EventArgsT1, T2Value1 Property |
http://www.emgu.com
The first value
Namespace:
Emgu.Util
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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