Click or drag to resize

PhotoshopResourceCollectionCopyTo Method

Copies the collection into an Array of PhotoshopResources.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void CopyTo(
	PhotoshopResource[] resources,
	int index
)

Parameters

resources
Type: Atalasoft.Imaging.MetadataPhotoshopResource
The array of resources.
index
Type: SystemInt32
the index of the array to start copying into.
See Also