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