VectorOfFloatStartAddress Property |
http://www.emgu.com
The pointer to the first element on the vector. In case of an empty vector, IntPtr.Zero will be returned.
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic IntPtr StartAddress { get; }
Public ReadOnly Property StartAddress As IntPtr
Get
public:
property IntPtr StartAddress {
IntPtr get ();
}
member StartAddress : IntPtr with get
Property Value
Type:
IntPtr
See Also