Class ClipboardExtensions
- Namespace
- PaintDotNet.Clipboard
- Assembly
- PaintDotNet.Core.dll
public static class ClipboardExtensions
- Inheritance
-
ClipboardExtensions
- Inherited Members
Methods
- 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.