C# Class SceneViewerWPF.LightPropertyViewModel

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: kobush/ManagedOpenNI

Public Methods

Method Description
GetLight ( ) : DxLight
RaisePropertyChanged ( string propertyName ) : void

Method Details

GetLight() public method

public GetLight ( ) : DxLight
return DxLight

RaisePropertyChanged() public method

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