Click or drag to resize

ClipboardSerializationPutObjectToClipboard(IEnumerableString, Object) Method

Puts an object to the clipboard.

Namespace: Altaxo.Serialization.Clipboard
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void PutObjectToClipboard(
	IEnumerable<string> clipBoardFormats,
	Object toSerialize
)

Parameters

clipBoardFormats  IEnumerableString
The clip board formats (are used later on to identify the data on the clipboard).
toSerialize  Object
Data to put on the clipboard.
See Also