C# 클래스 GraphicEditor.ViewModel.StatusBarViewModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: msCube/Gallery 1 사용 예제들

공개 메소드들

메소드 설명
NotifyPropertyChanged ( string propertyName ) : void
UpdatePosition ( Point position ) : void
UpdateSize ( int width, int height ) : void
UpdateTool ( string name ) : void

메소드 상세

NotifyPropertyChanged() 공개 메소드

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

UpdatePosition() 공개 메소드

public UpdatePosition ( Point position ) : void
position System.Windows.Point
리턴 void

UpdateSize() 공개 메소드

public UpdateSize ( int width, int height ) : void
width int
height int
리턴 void

UpdateTool() 공개 메소드

public UpdateTool ( string name ) : void
name string
리턴 void