'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal zone As ImGearOCRZone _ )
'Usage Dim instance As ImGearOCRZoneCollection Dim index As Integer Dim zone As ImGearOCRZone instance.Insert(index, zone)
public void Insert( int index, ImGearOCRZone zone )
public: void Insert( int index, ImGearOCRZone* zone )
public: void Insert( int index, ImGearOCRZone^ zone )
Parameters
- index
- Index to insert zone at.
- zone
- New ImGearOCRZone object describing zone to be added.