PasteFromClipboard copies the contents of the clipboard into IEViewer component, replacing the current selection.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void PasteFromClipboard( int offsetX, int offsetY )
Public Sub PasteFromClipboard ( _ offsetX As Integer, _ offsetY As Integer _ )
public: void PasteFromClipboard( int offsetX, int offsetY )
Parameters
- offsetX
- Int32
Specifies the X offset from original objects position
- offsetY
- Int32
Specifies the Y offset from original objects position