Click or drag to resize

ToolboxSizeOfT Method

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

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

Type Parameters

T
The type

Return Value

Type: Int32
The size of T in bytes
See Also