C# Class NewTOAPIA.UI.ActiveArea

Inheritance: GraphicGroup, IInteractor
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
ActiveArea ( string name, Rectangle rect ) : System
ActiveArea ( string name, int x, int y, int width, int height ) : System
OnGraphicAdded ( IGraphic aGraphic ) : void
OnMouseDown ( MouseActivityArgs e ) : void
OnMouseEnter ( MouseActivityArgs e ) : void

OnMouseEnter This gets called whenever the pointing device enters our frame. We want to do interesting things here like change the cursor shape to be whatever we require.

OnMouseHover ( MouseActivityArgs e ) : void
OnMouseLeave ( MouseActivityArgs e ) : void
OnMouseMove ( MouseActivityArgs e ) : void
OnMouseUp ( MouseActivityArgs e ) : void
OnMouseWheel ( MouseActivityArgs e ) : void

Méthodes protégées

Méthode Description
SelectCursor ( ) : void

Method Details

ActiveArea() public méthode

public ActiveArea ( string name, Rectangle rect ) : System
name string
rect System.Drawing.Rectangle
Résultat System

ActiveArea() public méthode

public ActiveArea ( string name, int x, int y, int width, int height ) : System
name string
x int
y int
width int
height int
Résultat System

OnGraphicAdded() public méthode

public OnGraphicAdded ( IGraphic aGraphic ) : void
aGraphic IGraphic
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( MouseActivityArgs e ) : void
e MouseActivityArgs
Résultat void

OnMouseEnter() public méthode

OnMouseEnter This gets called whenever the pointing device enters our frame. We want to do interesting things here like change the cursor shape to be whatever we require.
public OnMouseEnter ( MouseActivityArgs e ) : void
e MouseActivityArgs
Résultat void

OnMouseHover() public méthode

public OnMouseHover ( MouseActivityArgs e ) : void
e MouseActivityArgs
Résultat void

OnMouseLeave() public méthode

public OnMouseLeave ( MouseActivityArgs e ) : void
e MouseActivityArgs
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( MouseActivityArgs e ) : void
e MouseActivityArgs
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( MouseActivityArgs e ) : void
e MouseActivityArgs
Résultat void

OnMouseWheel() public méthode

public OnMouseWheel ( MouseActivityArgs e ) : void
e MouseActivityArgs
Résultat void

SelectCursor() protected méthode

protected SelectCursor ( ) : void
Résultat void