Click or drag to resize

IClipboardGetDataObjectGetImage Method

Gets the image (or null if no image is present).

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Image? GetImage()

Return Value

Image
The image that the clipboard contains; or null.
See Also