GetImage  Clipboard

The GetImage function retrieves the stored bitmap in the clipboard.

Syntax

Integer Clipboard.GetImage(
     Image image)

Parameters

imageImage to get the stored bitmap.Required

Return value

The GetImage function returns true.

If an error occurs, the GetImage function returns false.

Example

Image img new
myClipboard.GetImage(img)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia