CADability dotNET

The ZoomAction type exposes the following members.

Constructors

  NameDescription
Public methodZoomAction
Initializes a new instance of the ZoomAction class

Methods

  NameDescription
Public methodGetID
Implements GetID()()()().
(Overrides Action..::..GetID()()()().)
Public methodOnActivate
Implements OnActivate(Action, Boolean). If you override this method don't forget to call the bas implementation.
(Overrides Action..::..OnActivate(Action, Boolean).)
Public methodOnEscape
Overrides OnEscape()()()()
(Overrides Action..::..OnEscape()()()().)
Public methodOnInactivate
Implements OnInactivate(Action, Boolean). If you override this method don't forget to call the bas implementation.
(Overrides Action..::..OnInactivate(Action, Boolean).)
Public methodOnMouseDown
Implements OnMouseDown(MouseEventArgs, IView). If you override this method don't forget to call the bas implementation.
(Overrides Action..::..OnMouseDown(MouseEventArgs, IView).)
Public methodOnMouseMove
Implements OnMouseMove(MouseEventArgs, IView). If you override this method don't forget to call the bas implementation.
(Overrides Action..::..OnMouseMove(MouseEventArgs, IView).)
Public methodOnMouseUp (Overrides Action..::..OnMouseUp(MouseEventArgs, IView).)
Public methodOnRemoveAction (Overrides Action..::..OnRemoveAction()()()().)
Public methodOnSetAction
Implements OnSetAction()()()(). If you override this method don't forget to call the bas implementation.
(Overrides Action..::..OnSetAction()()()().)

Explicit Interface Implementations

See Also