Click or drag to resize
VectorOfPointFItem 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: 3.1.0.2282 (3.1.0.2282)
Syntax
public PointF this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index

Return Value

Type: PointF
The item in the specific index
See Also