public virtual GoCopyDictionary CopyFromCollection( IGoCollection coll, bool copyableOnly, bool dragging, SizeF offset, GoCopyDictionary env )
Parameters
- coll
- the IGoCollection of GoObjects
- copyableOnly
- whether to heed the GoObject.CanCopy property for each object that might be copied, and whether to heed the GoLayer.CanInsertObjects predicate for the corresponding destination layer
- dragging
- whether to copy the GoObject.DraggingObject instead of the object itself
- offset
- the
SizeF
offset in document coordinates - env
- the copy dictionary which can control and record the results of the copy; if null it calls CreateCopyDictionary to get one
Return Value
the GoCopyDictionary holding the results of the copy