C# Class Maker.ViewModel.ScriptUserControlViewModel

Inheritance: ViewModelBase
ファイルを表示 Open project: hhm2maker/Maker

Public Methods

Method Description
InsertTimePoint ( int time, Array shape ) : void

插入时间点

ScriptUserControlViewModel ( ) : GalaSoft.MvvmLight

构造函数

Private Methods

Method Description
AddOrDeleteTimePoint ( String str ) : void

添加或删除时间节点

ChangeNowTimePoint ( String str ) : void

(向左或向右)改变当前时间节点

ClearNowFrame ( ) : void

Method Details

InsertTimePoint() public method

插入时间点
public InsertTimePoint ( int time, Array shape ) : void
time int 插入时间
shape Array 插入形状
return void

ScriptUserControlViewModel() public method

构造函数
public ScriptUserControlViewModel ( ) : GalaSoft.MvvmLight
return GalaSoft.MvvmLight