Mimics the class System.Windows.Forms.Clipboard by additional static functions. More...
Static Public Member Functions | |
static void | SetImage (Image image) |
Copy a Image object to the clipboard. More... | |
static Image | GetImage () |
Get a Image currently stored in the clipboard. More... | |
static bool | ContainsImage () |
Check whether the clipboard contains data that can be directly pasted into a CVB image. More... | |
Mimics the class System.Windows.Forms.Clipboard by additional static functions.
|
static |
Check whether the clipboard contains data that can be directly pasted into a CVB image.
true
if the application's clipboard currently contains a Common Vision Blox compatible image, false
otherwise.
|
static |
Get a Image currently stored in the clipboard.
ExternalException | if getting the image from the clipboard failed |
|
static |
Copy a Image object to the clipboard.
image | image to be copied to the clipboard. |
ArgumentNullException | if the image parameter is null |
ObjectDisposedException | if the image has already been disposed |
ExternalException | if copying to the clipboard failed |