[Visual Basic] [ Boolean
= ]imagekitcontrolname.GetFromClipBrd
[Visual C++] [
BOOL =
]imagekitcontrolname.GetFromClipBrd()
Parameters
None
Return Value
Returns True (nonzero) if successful, otherwise returns False (0).
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.