Click or drag to resize

Clipboard.RetrieveBitmap Method (Typed)

X#
Retrieves a Bitmap object from the clipboard.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RetrieveBitmap(
	oBitmap AS Bitmap
) AS LOGIC
Request Example View Source

Parameters

oBitmap
Type: Bitmap
An empty Bitmap object in which the retrieved bitmap is stored.

Return Value

Type: Logic
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