C# 클래스 Axiom.RenderSystems.DirectX9.DefaultForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
DefaultForm ( WindowClassStyle classStyle, WindowsExtendedStyle dwStyleEx, string title, WindowStyles windowStyle, int left, int top, int winWidth, int winHeight, Control parentHWnd ) : System
DefaultFormActivated ( object source, EventArgs e ) : void

DefaultFormClose ( object source, System e ) : void

DefaultFormDeactivate ( object source, EventArgs e ) : void

보호된 메소드들

메소드 설명
WndProc ( Message &m ) : void

비공개 메소드들

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

메소드 상세

DefaultForm() 공개 메소드

public DefaultForm ( WindowClassStyle classStyle, WindowsExtendedStyle dwStyleEx, string title, WindowStyles windowStyle, int left, int top, int winWidth, int winHeight, Control parentHWnd ) : System
classStyle WindowClassStyle
dwStyleEx WindowsExtendedStyle
title string
windowStyle WindowStyles
left int
top int
winWidth int
winHeight int
parentHWnd System.Windows.Forms.Control
리턴 System

DefaultFormActivated() 공개 메소드

public DefaultFormActivated ( object source, EventArgs e ) : void
source object
e System.EventArgs
리턴 void

DefaultFormClose() 공개 메소드

public DefaultFormClose ( object source, System e ) : void
source object
e System
리턴 void

DefaultFormDeactivate() 공개 메소드

public DefaultFormDeactivate ( object source, EventArgs e ) : void
source object
e System.EventArgs
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void