C# 클래스 ScreenToGif.Controls.SnapShots

The Snapshot control.
상속: System.Windows.Forms.ScrollableControl
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 프로퍼티들

프로퍼티 타입 설명
images List

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the internal list of images.

LoadFrames ( List list ) : void
SnapShots ( ) : System

Default constructor.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

GetSquareID ( Point location ) : int
GetVirtualMouseLocation ( MouseEventArgs e ) : Point
OnMouseClick ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

Clear() 공개 메소드

Clears the internal list of images.
public Clear ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GetSquareID() 보호된 메소드

protected GetSquareID ( Point location ) : int
location Point
리턴 int

GetVirtualMouseLocation() 보호된 메소드

protected GetVirtualMouseLocation ( MouseEventArgs e ) : Point
e MouseEventArgs
리턴 Point

LoadFrames() 공개 메소드

public LoadFrames ( List list ) : void
list List
리턴 void

OnMouseClick() 보호된 메소드

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
리턴 void

SnapShots() 공개 메소드

Default constructor.
public SnapShots ( ) : System
리턴 System

프로퍼티 상세

images 공개적으로 정적으로 프로퍼티

public static List images
리턴 List