Click or drag to resize

ToolboxSizeOfT Method

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

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

Type Parameters

T
The type

Return Value

Type: Int32
The size of T in bytes
See Also