VectorOfOclPlatformInfoItem 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 PlatformInfo this[
int index
] { get; }
Public ReadOnly Property Item (
index As Integer
) As PlatformInfo
Get
public:
property PlatformInfo^ Item[int index] {
PlatformInfo^ get (int index);
}
member Item : PlatformInfo with get
Parameters
- index
- Type: SystemInt32
The index
Return Value
Type:
PlatformInfoThe item in the specific index
See Also