| 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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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