C# Class Canguro.Commands.View.ZoomOut

View Command to Zoom Out the Active View one step.
Inheritance: ViewCommand
Afficher le fichier Open project: rforsbach/Treu-Structure

Méthodes publiques

Свойство Type Description
Instance ZoomOut

Méthodes publiques

Méthode Description
Run ( Canguro activeView ) : void

Executes the Non-Interactive Command. Executes ArcBallCtrl.ZoomStep(-0.2)

Private Methods

Méthode Description
ZoomOut ( ) : System

Method Details

Run() public méthode

Executes the Non-Interactive Command. Executes ArcBallCtrl.ZoomStep(-0.2)
public Run ( Canguro activeView ) : void
activeView Canguro The Current Active View object
Résultat void

Property Details

Instance public_oe static_oe property

public static ZoomOut,Canguro.Commands.View Instance
Résultat ZoomOut