C# 클래스 Siftables.ViewModel.CubeViewModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: alexmullans/Siftables-Emulator 1 사용 예제들

공개 메소드들

메소드 설명
AddPendingImage ( ImageEventArgs imageEventArgs ) : void
AddPendingRectangle ( RectangleEventArgs rectangleEventArgs ) : void
ByteToColor ( byte colorByte ) : Color
CubeViewModel ( ) : System
EmptyScreenItems ( ) : void
PaintPendingGraphics ( ) : void
UpdatePendingBackgroundColor ( BackgroundEventArgs backgroundEventArgs ) : void

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( String info ) : void

메소드 상세

AddPendingImage() 공개 메소드

public AddPendingImage ( ImageEventArgs imageEventArgs ) : void
imageEventArgs Sifteo.ImageEventArgs
리턴 void

AddPendingRectangle() 공개 메소드

public AddPendingRectangle ( RectangleEventArgs rectangleEventArgs ) : void
rectangleEventArgs Sifteo.RectangleEventArgs
리턴 void

ByteToColor() 공개 정적인 메소드

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

CubeViewModel() 공개 메소드

public CubeViewModel ( ) : System
리턴 System

EmptyScreenItems() 공개 메소드

public EmptyScreenItems ( ) : void
리턴 void

PaintPendingGraphics() 공개 메소드

public PaintPendingGraphics ( ) : void
리턴 void

UpdatePendingBackgroundColor() 공개 메소드

public UpdatePendingBackgroundColor ( BackgroundEventArgs backgroundEventArgs ) : void
backgroundEventArgs Sifteo.BackgroundEventArgs
리턴 void