Table of Contents

Class ClipboardExtensions

Namespace
PaintDotNet.Clipboard
Assembly
PaintDotNet.Core.dll
public static class ClipboardExtensions
Inheritance
ClipboardExtensions
Inherited Members

Methods

ContainsImage(IClipboard)
ContainsText(IClipboard)
CreateCombinedReader(IClipboard, params IClipboardReader[])
CreateCombinedReader(IClipboard, IEnumerable<IClipboardReader>)
CreateCombinedReader<T>(IClipboard, params IClipboardReader<T>?[])
CreateCombinedReader<T>(IClipboard, IEnumerable<IClipboardReader<T>?>)
CreateTextMarshaler(IClipboard)
Open(IClipboard)
Open(IClipboard, IWin32Window)
SetImage(IClipboard, IBitmapSource)
SetImage(IClipboard, ISurface<ColorBgra>)

Takes the image and puts it onto the clipboard in a few standard formats. The clipboard is first emptied.

SetImage(IClipboard, Bitmap)

Takes the image and puts it onto the clipboard in a few standard formats. The clipboard is first emptied.

SetImage(IClipboard, Image)

Takes the image and puts it onto the clipboard in a few standard formats. The clipboard is first emptied.

SetText(IClipboard, string)
TryGetBitmap(IClipboard)
TryGetSurface(IClipboard)
TryGetText(IClipboard)
TryOpen(IClipboard)
TryOpen(IClipboard, nint)
TryOpen(IClipboard, IWin32Window)