Extracts the image data from the clipboard and creates the Bitmap class instance containing this image data.

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

Syntax

Visual Basic

Public Shared Function FromClipboard As Bitmap

C#

public static Bitmap FromClipboard()

Return Value

The Bitmap class instance which contains the image data from the clipboard.