Copies current selection (or the whole image) to the clipboard.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool CopyToClipboard(
	IEImage..::..IECopyPasteType source
)
Public Function CopyToClipboard ( _
	source As IEImage..::..IECopyPasteType _
) As Boolean
public:
bool CopyToClipboard(
	IEImage..::..IECopyPasteType source
)

Parameters

source
IEImage..::..IECopyPasteType
Source

Return Value

Returns true if successful.

See Also