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; }
Public Property Image As Image
Get
Set
abstract Image : Image with get, set
override Image : Image with get, set
Property Value
Type:
ImageThe image in the clipboard, or null if no image is in the clipboard.
Implements
IDataObjectImageSee Also