Clipboard.RetrieveBitmap Method (Typed) | |
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
public virtual bool RetrieveBitmap(
Bitmap oBitmap
)
Request Example
View SourceParameters
- 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