C# Class Siftables.ViewModel.CubeViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: alexmullans/Siftables-Emulator Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
NotifyPropertyChanged ( String info ) : void

Method Details

AddPendingImage() public méthode

public AddPendingImage ( ImageEventArgs imageEventArgs ) : void
imageEventArgs Sifteo.ImageEventArgs
Résultat void

AddPendingRectangle() public méthode

public AddPendingRectangle ( RectangleEventArgs rectangleEventArgs ) : void
rectangleEventArgs Sifteo.RectangleEventArgs
Résultat void

ByteToColor() public static méthode

public static ByteToColor ( byte colorByte ) : Color
colorByte byte
Résultat System.Windows.Media.Color

CubeViewModel() public méthode

public CubeViewModel ( ) : System
Résultat System

EmptyScreenItems() public méthode

public EmptyScreenItems ( ) : void
Résultat void

PaintPendingGraphics() public méthode

public PaintPendingGraphics ( ) : void
Résultat void

UpdatePendingBackgroundColor() public méthode

public UpdatePendingBackgroundColor ( BackgroundEventArgs backgroundEventArgs ) : void
backgroundEventArgs Sifteo.BackgroundEventArgs
Résultat void