This documentation is for the old version. Go to the latest Graphics Mill docs

Bitmap.LoadFromClipboard Method

Loads the bitmap from the clipboard.

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

Syntax

Visual Basic
Public Sub LoadFromClipboard
C#
public void LoadFromClipboard()

Remarks

If no bitmap is available in the bitmap, throws an exception.

To put the bitmap into the clipboard, you can use the SaveToClipboard() method.

See Also

Reference