Canguro.Commands.View.ZoomStep.ButtonDown C# (CSharp) Method

ButtonDown() public method

Event Handler: Action to take when a button is pressed (For now, do nothing)
public ButtonDown ( Canguro activeView, System e ) : void
activeView Canguro Active view in the scene panel
e System Mouse arguments
return void
        public override void ButtonDown(Canguro.View.GraphicView activeView, System.Windows.Forms.MouseEventArgs e)
        {
        }