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

Bitmap.FromClipboard Method

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.

See Also

Reference