Click or drag to resize

ToolboxSizeOfT Method

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

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

Type Parameters

T
The type

Return Value

Type: Int32
The size of T in bytes
See Also