Click or drag to resize

ClipboardImage Property

Gets or sets an image in the clipboard.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Image Image { get; set; }

Property Value

Type: Image
The image in the clipboard, or null if no image is in the clipboard.

Implements

IDataObjectImage
See Also