UuidBoxCollectionInsert Method |
Inserts 'source' into the CollectionBase at 'index'.
Namespace:
Atalasoft.Imaging.Codec.Jpeg2000
Assembly:
Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual void Insert(
int index,
UuidBox source
)
Public Overridable Sub Insert (
index As Integer,
source As UuidBox
)
Parameters
- index
- Type: SystemInt32
specified index - source
- Type: Atalasoft.Imaging.Codec.Jpeg2000UuidBox
given object of UuidBox
See Also