C# Class ScreenToGif.Controls.SnapShots

The Snapshot control.
Inheritance: System.Windows.Forms.ScrollableControl
Afficher le fichier Open project: dbremner/ScreenToGif

Méthodes publiques

Свойство Type Description
images List

Méthodes publiques

Méthode Description
Clear ( ) : void

Clears the internal list of images.

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

Default constructor.

Méthodes protégées

Méthode 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

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Clear() public méthode

Clears the internal list of images.
public Clear ( ) : void
Résultat void

Dispose() protected méthode

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

GetSquareID() protected méthode

protected GetSquareID ( Point location ) : int
location Point
Résultat int

GetVirtualMouseLocation() protected méthode

protected GetVirtualMouseLocation ( MouseEventArgs e ) : Point
e MouseEventArgs
Résultat Point

LoadFrames() public méthode

public LoadFrames ( List list ) : void
list List
Résultat void

OnMouseClick() protected méthode

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

SnapShots() public méthode

Default constructor.
public SnapShots ( ) : System
Résultat System

Property Details

images public_oe static_oe property

public static List images
Résultat List