C# 클래스 ParticleEditor.SfmlControl

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: fallahn/xygine

공개 메소드들

메소드 설명
Draw ( ) : void
HandleEvents ( ) : void
SfmlControl ( ) : System
pixelToCoords ( Point p ) : Vector2f

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs pe ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

비공개 메소드들

메소드 설명
SfmlControl_Resize ( object sender, EventArgs e ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

HandleEvents() 공개 메소드

public HandleEvents ( ) : void
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
리턴 void

SfmlControl() 공개 메소드

public SfmlControl ( ) : System
리턴 System

pixelToCoords() 공개 메소드

public pixelToCoords ( Point p ) : Vector2f
p Point
리턴 Vector2f