VectorOfColorPointSizeOfItemInBytes Property |
http://www.emgu.com
The size of the item in this Vector, counted as size in bytes.
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static int SizeOfItemInBytes { get; }
Public Shared ReadOnly Property SizeOfItemInBytes As Integer
Get
public:
static property int SizeOfItemInBytes {
int get ();
}
static member SizeOfItemInBytes : int with get
Property Value
Type:
Int32
See Also