Click or drag to resize

ToolboxSizeOfT Method

http://www.emgu.com
Similar to Marshal.SizeOf function

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public static int SizeOf<T>()

Type Parameters

T
The type

Return Value

Type: Int32
The size of T in bytes
See Also