Diagram.CopyImageToClipboard(ICollection) Method

Definition

Copies the specified shapes and their descendants to the clipboard as images.

public:
 bool CopyImageToClipboard(System::Collections::ICollection ^ selectedShapes);
public bool CopyImageToClipboard (System.Collections.ICollection selectedShapes);
member this.CopyImageToClipboard : System.Collections.ICollection -> bool
Public Function CopyImageToClipboard (selectedShapes As ICollection) As Boolean

Parameters

selectedShapes
ICollection

The collection of ShapeElements to copy as images.

Returns

true if an image was copied to the clipboard.

Applies to