VectorOfPointStartAddress 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.2.0.2682 (3.2.0.2682)
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