In This Article

ZoomInAction Class

Represents an IEditAction that zooms in the editor's zoom level.

public class ZoomInAction : ZoomActionBase, IEditAction, IKeyedObject
Inheritance:
object RoutedCommand RoutedUICommand EditActionBase ZoomActionBase object
Implements:
IEditAction IKeyedObject

Constructors

ZoomInAction()

Initializes an instance of the ZoomInAction class.

public ZoomInAction()

Methods

Execute(IEditorView)

Executes the edit action in the specified IEditorView.

public override void Execute(IEditorView view)
Parameter Type Description
view IEditorView

The IEditorView in which to execute the edit action.

Inherited Members