C# 클래스 ScreenToGif.Util.Clipboard

파일 보기 프로젝트 열기: dbremner/ScreenToGif

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