'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ImGearOCRZone
'Usage Dim instance As ImGearOCRZoneCollection Dim index As Integer Dim value As ImGearOCRZone value = instance.Item(index)
public ImGearOCRZone this[ int index ]; {get;}
public: __property ImGearOCRZone* get_Item int index ;
public: property ImGearOCRZone^ default [int] { ImGearOCRZone^ get(int index); }
Parameters
- index
- Index of zone in zone list to access.