This method copies a raster image or a vector image to the clipboard

[C++Builder]   [ bool = ]imagekitcontrolname->SetToClipBrd()
[Delphi]   [ Boolean = ]imagekitcontrolname.SetToClipBrd

Parameters

None

Return Value

Returns True if successful, otherwise returns False.

Explanation

The SetToClipBrd method copies a raster image or a vector image to the clipboard.

If successful, the image referred to by the LayerNo property (either the ImageHandle property or the Layer(LayerNo).ImageHandle property) will be copied to the clipboard.

If the image is a vector image, it will be in EMF format.

 

The ImageKit10 VCL is a product created by Newtone Corporation