ImageEn, unit ievect

TImageEnVect.ObjPasteFromClipboard

TImageEnVect.ObjPasteFromClipboard


Declaration

procedure ObjPasteFromClipboard(OffsetX, OffsetY: integer);


Description

ObjPasteFromClipboard copies the contents from the clipboard into the TImageEnVect component, replacing the currently selected object(s).
The clipboard must contain an TImageEnVect object or a valid bitmap

Parameter Description
OffsetX Vertical offset from original object's position
OffsetY Horizontal offset from original object's position

Specify -1 for these parameters to use the default position


See Also

 ObjCopyToClipboard
 ObjCutToClipboard
 ObjIsClipboardAvailable


Transition Information

If you are transitioning your code to TImageEnView Layers, instead of ObjPasteFromClipboard, use: TImageEnProc.PasteFromClipboard
Note: Pass iecpLayer to limit to layers

ImageEnView1.Proc.PasteFromClipboard();