This method pastes the copied data into the image.

[C++Builder]   imagekitcontrolname->Edit->Paste()
[Delphi]   imagekitcontrolname.Edit.Paste()

Parameters

None

Return Value

None

Explanation

The Paste method pastes the copied image data into the image.

For the raster image editing toolbar, the image on the clipboard is pasted into the current image. Just after it has been pasted, it may be moved with the mouse. For the vector image editing toolbar, the copied object is pasted into the image.

Executing this method is the same as using the popup menu of the vector image editing toolbar and selecting "Paste". Instead of right clicking the mouse to display the popup menu, you can execute this method.

 

The ImageKit10 VCL is a product created by Newtone Corporation