C# Класс ScreenToGif.Util.Clipboard

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Prepare void
PrepareCurrent void

Открытые методы

Метод Описание
Copy ( List target ) : bool

Copies the selected frames to a Clipboard folder.

Cut ( List target ) : bool

Cuts the selected frames to a Clipboard folder.

Paste ( int index, int pasteIndex ) : List

Copies the selected frames to a Clipboard folder.

Remove ( int index ) : void

Removes the item from the clipboard.

Приватные методы

Метод Описание
Prepare ( string imageLocation ) : void
PrepareCurrent ( string imageLocation ) : void

Описание методов

Copy() публичный статический Метод

Copies the selected frames to a Clipboard folder.
public static Copy ( List target ) : bool
target List The selected frames.
Результат bool

Cut() публичный статический Метод

Cuts the selected frames to a Clipboard folder.
public static Cut ( List target ) : bool
target List The selected frames.
Результат bool

Paste() публичный статический Метод

Copies the selected frames to a Clipboard folder.
public static Paste ( int index, int pasteIndex ) : List
index int
pasteIndex int
Результат List

Remove() публичный статический Метод

Removes the item from the clipboard.
public static Remove ( int index ) : void
index int The index to be removed.
Результат void