Creates a Bitmap from the clipboard.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static Bitmap FromClipboard()
If no bitmap is available in the clipboard, the exception is thrown.
To put the bitmap into the clipboard, you can use the SaveToClipboard() method.