Click or drag to resize

UuidInfoBoxCollectionCopyTo 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(
	UuidInfoBox[] dest,
	int index
)

Parameters

dest
Type: Atalasoft.Imaging.Codec.Jpeg2000UuidInfoBox
target array of UuidInfoBox
index
Type: SystemInt32
index of target array
See Also