http://www.emgu.com
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.4.2.1777 (2.4.2.1777)
An object that can be interpolated
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public interface IInterpolatable<T> where T : new() |
Visual Basic |
---|
Public Interface IInterpolatable(Of T As New) |
Visual C++ |
---|
generic<typename T> where T : gcnew() public interface class IInterpolatable |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Emgu.Util.IInterpolatable`1"]