Class ZoomAction
Inherited Members
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public class ZoomAction : Action, ICommandHandler, IIntermediateConstruction
Constructors
| Improve this Doc View SourceZoomAction()
Declaration
public ZoomAction()
Methods
| Improve this Doc View SourceGetID()
Implements GetID().
Declaration
public override string GetID()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
| Improve this Doc View SourceOnActivate(Action, Boolean)
Implements OnActivate(Action, Boolean). If you override this method don't forget to call the bas implementation.
Declaration
public override void OnActivate(Action OldActiveAction, bool SettingAction)
Parameters
| Type | Name | Description |
|---|---|---|
| Action | OldActiveAction | |
| System.Boolean | SettingAction |
Overrides
| Improve this Doc View SourceOnEscape()
Overrides OnEscape()
Declaration
public override bool OnEscape()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
| Improve this Doc View SourceOnInactivate(Action, Boolean)
Implements OnInactivate(Action, Boolean). If you override this method don't forget to call the bas implementation.
Declaration
public override void OnInactivate(Action NewActiveAction, bool RemovingAction)
Parameters
| Type | Name | Description |
|---|---|---|
| Action | NewActiveAction |
|
| System.Boolean | RemovingAction |
|
Overrides
| Improve this Doc View SourceOnMouseDown(MouseEventArgs, IView)
Implements OnMouseDown(MouseEventArgs, IView). If you override this method don't forget to call the bas implementation.
Declaration
public override void OnMouseDown(MouseEventArgs e, IView vw)
Parameters
| Type | Name | Description |
|---|---|---|
| MouseEventArgs | e |
|
| IView | vw |
|
Overrides
| Improve this Doc View SourceOnMouseMove(MouseEventArgs, IView)
Implements OnMouseMove(MouseEventArgs, IView). If you override this method don't forget to call the bas implementation.
Declaration
public override void OnMouseMove(MouseEventArgs e, IView vw)
Parameters
| Type | Name | Description |
|---|---|---|
| MouseEventArgs | e |
|
| IView | vw |
|
Overrides
| Improve this Doc View SourceOnMouseUp(MouseEventArgs, IView)
Overrides OnMouseUp(MouseEventArgs, IView)
Declaration
public override void OnMouseUp(MouseEventArgs e, IView vw)
Parameters
| Type | Name | Description |
|---|---|---|
| MouseEventArgs | e | |
| IView | vw |
Overrides
| Improve this Doc View SourceOnRemoveAction()
Overrides OnRemoveAction()
Declaration
public override void OnRemoveAction()
Overrides
| Improve this Doc View SourceOnSetAction()
Implements OnSetAction(). If you override this method don't forget to call the bas implementation.
Declaration
public override void OnSetAction()
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIIntermediateConstruction.GetHandledProperty()
Declaration
IPropertyEntry IIntermediateConstruction.GetHandledProperty()
Returns
| Type | Description |
|---|---|
| IPropertyEntry |
IIntermediateConstruction.Succeeded
Declaration
bool IIntermediateConstruction.Succeeded { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |