C# Class GraphicEditor.ViewModel.StatusBarViewModel

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: msCube/Gallery Class Usage Examples

Public Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void
UpdatePosition ( Point position ) : void
UpdateSize ( int width, int height ) : void
UpdateTool ( string name ) : void

Method Details

NotifyPropertyChanged() public method

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
return void

UpdatePosition() public method

public UpdatePosition ( Point position ) : void
position System.Windows.Point
return void

UpdateSize() public method

public UpdateSize ( int width, int height ) : void
width int
height int
return void

UpdateTool() public method

public UpdateTool ( string name ) : void
name string
return void