Ink.ClipboardPaste Method
Ink.ClipboardPaste Method |
Pastes an IDataObject , either specified or from the Clipboard
, to this Ink object.
Overload List
public Strokes ClipboardPaste() public Strokes ClipboardPaste(Point) public Strokes ClipboardPaste(Point, Object)
Remarks
An exception is thrown if an unexpected error occurs while accessing the Clipboard
. If no error occurs but the Clipboard
does not contain a format that can be pasted into an Ink object—either ink serialized format (ISF) or tInk—then this method returns
null
(Nothing
in Microsoft® Visual Basic® .NET) and no exception is thrown.
Security Alert: If using under partial trust, this method requires UIPermissionClipboard.AllClipboard
permission. See Security And Trust for more information.
Examples
See Also