Click or drag to resize

Clipboard.RetrieveBitmap Method

X#
Retrieves a Bitmap object from the clipboard.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RetrieveBitmap(
	oBitmap
) AS USUAL CLIPPER
Request Example View Source

Parameters

oBitmap (Optional)
Type: Usual
An empty Bitmap object in which the retrieved bitmap is stored.

Return Value

Type: Usual
TRUE if a Bitmap object is retrieved; otherwise, FALSE.
Remarks
The Clipboard:RetrieveBitmap() method changes the value of the Bitmap object argument that is passed to it.
See Also