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.