TImageEnVect.CopySelectedObjectsTo
Declaration
procedure CopySelectedObjectsTo(Dest: TImageEnView);
Description
Copies all selected objects to another TImageEnVect or a TImageEnView.
If
Dest is a TImageEnVect, the objects are copied as standard Vectorial objects.
If
Dest is a TImageEnView, the objects are converted to a
suitable TIELayer type.
Conversion is as follows:
Note:
◼To move objects, use
CopyObjectTo
◼User data is not transferred (You can use the move option of
CopyObjectTo)
See Also
◼CopyAllLayersFrom
◼CopyAllObjectsTo
◼CopyObjectTo
◼LayersImport
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of CopySelectedObjectsTo, use:
TImageEnView.Assign.
Note: Assign will also copy all layers (including the background)
ImageEnView1.Assign();