C# Class ScreenToGif.Controls.SnapShots

The Snapshot control.
Inheritance: System.Windows.Forms.ScrollableControl
显示文件 Open project: dbremner/ScreenToGif

Public Properties

Property Type Description
images List

Public Methods

Method Description
Clear ( ) : void

Clears the internal list of images.

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

Default constructor.

Protected Methods

Method Description
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

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Clear() public method

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

Dispose() protected method

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

GetSquareID() protected method

protected GetSquareID ( Point location ) : int
location Point
return int

GetVirtualMouseLocation() protected method

protected GetVirtualMouseLocation ( MouseEventArgs e ) : Point
e MouseEventArgs
return Point

LoadFrames() public method

public LoadFrames ( List list ) : void
list List
return void

OnMouseClick() protected method

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

SnapShots() public method

Default constructor.
public SnapShots ( ) : System
return System

Property Details

images public_oe static_oe property

public static List images
return List