Gin
Static Public Member Functions | List of all members
SystemClipboard Class Reference

Handles reading/writing to the system's clipboard. More...

Static Public Member Functions

static void copyImageToClipboard (const juce::Image &image)
 Copies a image onto the clipboard. More...
 
static juce::Image getImageFromClipboard ()
 Pastes an image from the clipboard. More...
 

Detailed Description

Handles reading/writing to the system's clipboard.

Member Function Documentation

◆ copyImageToClipboard()

static void SystemClipboard::copyImageToClipboard ( const juce::Image &  image)
static

Copies a image onto the clipboard.

◆ getImageFromClipboard()

static juce::Image SystemClipboard::getImageFromClipboard ( )
static

Pastes an image from the clipboard.


The documentation for this class was generated from the following file: