VectorOfPointSizeOfItemInBytes Property |
http://www.emgu.com
The size of the item in this Vector, counted as size in bytes.
Namespace: Emgu.CV.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
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