C# 클래스 vuwall_motion.TransparentForm

파일 보기 프로젝트 열기: VuWall/VuWall-Motion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
absoluteTL Vector3F>.Dictionary
blobs Point>.Dictionary
rectangles Rectangle>.Dictionary

공개 메소드들

메소드 설명
AddBlob ( IMyo myo, System.Point pos ) : void
AddRect ( IMyo myo, Rectangle rect ) : void
DeleteBlob ( IMyo myo ) : void
DeleteRect ( IMyo myo ) : void
GetPixelPosition ( Myo myo ) : System.Point
Move ( object o, GyroscopeDataEventArgs e ) : void
Pose ( object o, PoseEventArgs e ) : void
TransparentForm ( ) : System
UpdateBlob ( IMyo myo, System.Point pos ) : void
UpdateRect ( IMyo myo, Rectangle rect ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

TransparentForm_Load ( object sender, EventArgs e ) : void
TransparentForm_Paint ( object sender, PaintEventArgs e ) : void

메소드 상세

AddBlob() 공개 메소드

public AddBlob ( IMyo myo, System.Point pos ) : void
myo IMyo
pos System.Point
리턴 void

AddRect() 공개 메소드

public AddRect ( IMyo myo, Rectangle rect ) : void
myo IMyo
rect Rectangle
리턴 void

DeleteBlob() 공개 메소드

public DeleteBlob ( IMyo myo ) : void
myo IMyo
리턴 void

DeleteRect() 공개 메소드

public DeleteRect ( IMyo myo ) : void
myo IMyo
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GetPixelPosition() 공개 메소드

public GetPixelPosition ( Myo myo ) : System.Point
myo Myo
리턴 System.Point

Move() 공개 메소드

public Move ( object o, GyroscopeDataEventArgs e ) : void
o object
e GyroscopeDataEventArgs
리턴 void

Pose() 공개 메소드

public Pose ( object o, PoseEventArgs e ) : void
o object
e PoseEventArgs
리턴 void

TransparentForm() 공개 메소드

public TransparentForm ( ) : System
리턴 System

UpdateBlob() 공개 메소드

public UpdateBlob ( IMyo myo, System.Point pos ) : void
myo IMyo
pos System.Point
리턴 void

UpdateRect() 공개 메소드

public UpdateRect ( IMyo myo, Rectangle rect ) : void
myo IMyo
rect Rectangle
리턴 void

프로퍼티 상세

absoluteTL 공개적으로 프로퍼티

public Dictionary absoluteTL
리턴 Vector3F>.Dictionary

blobs 공개적으로 프로퍼티

public Dictionary blobs
리턴 Point>.Dictionary

rectangles 공개적으로 프로퍼티

public Dictionary rectangles
리턴 Rectangle>.Dictionary