ImageGear22.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZoneCollection Class : Item Property |
'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ImGearRecZone
'Usage Dim instance As ImGearRecZoneCollection Dim index As Integer Dim value As ImGearRecZone value = instance.Item(index)
public ImGearRecZone this[ int index ]; {get;}
public: __property ImGearRecZone* get_Item int index ;
public: property ImGearRecZone^ default [int] { ImGearRecZone^ get(int index); }