Ink.ClipboardPaste Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Pastes an IDataObject, either specified or from the Clipboard, to this Ink object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ClipboardPaste() | Pastes an IDataObject from the Clipboard to this Ink object. | |
ClipboardPaste(Point) | Pastes an IDataObject from the Clipboard to the specified point in this Ink object. | |
ClipboardPaste(Point, Object) | Pastes the specified IDataObject to the specified point in this Ink object. |
Top