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