Clipboard.RetrieveBitmap Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual RetrieveBitmap(
Usual oBitmap = default
)
Request Example
View SourceParameters
- 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