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