C# Class MegaMan.Editor.Controls.EntityPlacementControl

Interaction logic for EntityPlacementControl.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
EntityPlacementControl ( ) : System.Windows

Protected Methods

Method Description
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void

Method Details

EntityPlacementControl() public method

public EntityPlacementControl ( ) : System.Windows
return System.Windows

OnMouseDown() protected method

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnMouseEnter() protected method

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void