UuidBoxCollectionCopyTo Method |
Copies the entire CollectionBase to 'dest', starting at 'index' of the target array.
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 CopyTo(
UuidBox[] dest,
int index
)
Public Overridable Sub CopyTo (
dest As UuidBox(),
index As Integer
)
Parameters
- dest
- Type: Atalasoft.Imaging.Codec.Jpeg2000UuidBox
target array of UuidBox - index
- Type: SystemInt32
index of target array
See Also