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