SetImage  Clipboard

The SetImage function changes the stored bitmap in the clipboard.

Syntax

Integer Clipboard.SetImage(
     Image image)

Parameters

imageImage to put in the clipboard.Required

Return value

The SetImage function returns true.

If an error occurs, the SetImage function returns false.

Example

Image img new
img.LoadPath("c:\image.bmp")
myClipboard.SetImage(img)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia