C# Class SANTA.UI.SelectBox

An image box for indicating the location of bullet holes.
Inheritance: ZPImageBox
Afficher le fichier Open project: siegleal/iSanta

Méthodes publiques

Méthode Description
HolesChanged ( EventArgs e ) : void

Call the events when the hole count changes

SelectBox ( ) : System

Construct a SelectBox

Private Methods

Méthode Description
DrawSelectors ( object sender, PaintEventArgs e ) : void
SelectBox_MouseClick ( object sender, MouseEventArgs e ) : void
SelectBox_MouseDown ( object sender, MouseEventArgs e ) : void
SelectBox_MouseMove ( object sender, MouseEventArgs e ) : void
SelectBox_MouseUp ( object sender, MouseEventArgs e ) : void
SetEventHandlers ( ) : void

Method Details

HolesChanged() public méthode

Call the events when the hole count changes
public HolesChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

SelectBox() public méthode

Construct a SelectBox
public SelectBox ( ) : System
Résultat System