Diagram.CopyImageToClipboard(ICollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.