Bitmap.FromClipboard Method

Creates a Bitmap from the clipboard.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static Bitmap FromClipboard()

Return Value

The Bitmap that this method creates.

Remarks

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.

See Also

Reference