VectorOfVectorOfPointItem Property |
http://www.emgu.com
Get the item in the specific index
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic VectorOfPoint this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As VectorOfPoint
Get
public:
property VectorOfPoint^ default[int index] {
VectorOfPoint^ get (int index);
}member Item : VectorOfPoint with get
Parameters
- index
- Type: SystemInt32
The index
Return Value
Type:
VectorOfPointThe item in the specific index
See Also