VectorOfTriangle2DFItem 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.1.0.3408 (4.1.0.3408)
Syntaxpublic Triangle2DF this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Triangle2DF
Get
public:
property Triangle2DF default[int index] {
Triangle2DF get (int index);
}
member Item : Triangle2DF with get
Parameters
- index
- Type: SystemInt32
The index
Return Value
Type:
Triangle2DFThe item in the specific index
See Also