This method retrieves the raster image or the vector image from the clipboard

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

Parameters

None

Return Value

Returns True if successful, otherwise returns False.

Explanation

The GetFromClipBrd method retrieves the raster image or the vector image from the clipboard.

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

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

The ImageKit10 VCL is a product created by Newtone Corporation