C# 클래스 Canguro.Commands.View.ZoomIn

View Command to Zoom in one step the Active View.
상속: ViewCommand
파일 보기 프로젝트 열기: rforsbach/Treu-Structure

공개 프로퍼티들

프로퍼티 타입 설명
Instance ZoomIn

공개 메소드들

메소드 설명
Run ( Canguro activeView ) : void

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

비공개 메소드들

메소드 설명
ZoomIn ( ) : System

메소드 상세

Run() 공개 메소드

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

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static ZoomIn,Canguro.Commands.View Instance
리턴 ZoomIn