| IVecT Interface |
[Missing <summary> documentation for "T:OpenCvSharp.IVec`1"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public interface IVec<T>
where T : struct, new()
Public Interface IVec(Of T As {Structure, New})
generic<typename T>
where T : value class, gcnew()
public interface class IVec
type IVec<'T when 'T : struct, new()> = interface end
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:OpenCvSharp.IVec`1"]
The IVecT type exposes the following members.
Properties See Also