CvArrayTDepthSizeOfElement Property |
http://www.emgu.com
Get the size of element in bytes
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static int SizeOfElement { get; }
Public Shared ReadOnly Property SizeOfElement As Integer
Get
public:
static property int SizeOfElement {
int get ();
}
static member SizeOfElement : int with get
Property Value
Type:
Int32
See Also