LineIteratorPixelGetValueT Method
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic T GetValue<T>()
where T : struct, new()
Public Function GetValue(Of T As {Structure, New}) As T
public:
generic<typename T>
where T : value class, gcnew()
T GetValue()
member GetValue : unit -> 'T when 'T : struct, new()
JavaScript does not support generic types or methods.
Type Parameters
- T
Return Value
Type:
T
See Also