C# Class Siftables.ViewModel.CubeViewModel

Inheritance: INotifyPropertyChanged
显示文件 Open project: alexmullans/Siftables-Emulator Class Usage Examples

Public Methods

Method Description
AddPendingImage ( ImageEventArgs imageEventArgs ) : void
AddPendingRectangle ( RectangleEventArgs rectangleEventArgs ) : void
ByteToColor ( byte colorByte ) : Color
CubeViewModel ( ) : System
EmptyScreenItems ( ) : void
PaintPendingGraphics ( ) : void
UpdatePendingBackgroundColor ( BackgroundEventArgs backgroundEventArgs ) : void

Private Methods

Method Description
NotifyPropertyChanged ( String info ) : void

Method Details

AddPendingImage() public method

public AddPendingImage ( ImageEventArgs imageEventArgs ) : void
imageEventArgs Sifteo.ImageEventArgs
return void

AddPendingRectangle() public method

public AddPendingRectangle ( RectangleEventArgs rectangleEventArgs ) : void
rectangleEventArgs Sifteo.RectangleEventArgs
return void

ByteToColor() public static method

public static ByteToColor ( byte colorByte ) : Color
colorByte byte
return System.Windows.Media.Color

CubeViewModel() public method

public CubeViewModel ( ) : System
return System

EmptyScreenItems() public method

public EmptyScreenItems ( ) : void
return void

PaintPendingGraphics() public method

public PaintPendingGraphics ( ) : void
return void

UpdatePendingBackgroundColor() public method

public UpdatePendingBackgroundColor ( BackgroundEventArgs backgroundEventArgs ) : void
backgroundEventArgs Sifteo.BackgroundEventArgs
return void