C# 클래스 Microsoft.Xna.Framework.GameWindow

파일 보기 프로젝트 열기: procfxgen/MGShaderEditor 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BeginScreenDeviceChange ( bool willBeFullScreen ) : void
Create ( Microsoft.Xna.Framework.Game game, int width, int height ) : GameWindow
EndScreenDeviceChange ( string screenDeviceName ) : void
EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void

보호된 메소드들

메소드 설명
GameWindow ( ) : Microsoft.Xna.Framework.Input
OnActivated ( ) : void
OnClientSizeChanged ( ) : void
OnDeactivated ( ) : void
OnOrientationChanged ( ) : void
OnPaint ( ) : void
OnScreenDeviceNameChanged ( ) : void
OnTextInput ( object sender, Microsoft.Xna.Framework.TextInputEventArgs e ) : void
SetSupportedOrientations ( DisplayOrientation orientations ) : void
SetTitle ( string title ) : void

메소드 상세

BeginScreenDeviceChange() 공개 추상적인 메소드

public abstract BeginScreenDeviceChange ( bool willBeFullScreen ) : void
willBeFullScreen bool
리턴 void

Create() 공개 정적인 메소드

public static Create ( Microsoft.Xna.Framework.Game game, int width, int height ) : GameWindow
game Microsoft.Xna.Framework.Game
width int
height int
리턴 GameWindow

EndScreenDeviceChange() 공개 메소드

public EndScreenDeviceChange ( string screenDeviceName ) : void
screenDeviceName string
리턴 void

EndScreenDeviceChange() 공개 추상적인 메소드

public abstract EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void
screenDeviceName string
clientWidth int
clientHeight int
리턴 void

GameWindow() 보호된 메소드

protected GameWindow ( ) : Microsoft.Xna.Framework.Input
리턴 Microsoft.Xna.Framework.Input

OnActivated() 보호된 메소드

protected OnActivated ( ) : void
리턴 void

OnClientSizeChanged() 보호된 메소드

protected OnClientSizeChanged ( ) : void
리턴 void

OnDeactivated() 보호된 메소드

protected OnDeactivated ( ) : void
리턴 void

OnOrientationChanged() 보호된 메소드

protected OnOrientationChanged ( ) : void
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( ) : void
리턴 void

OnScreenDeviceNameChanged() 보호된 메소드

protected OnScreenDeviceNameChanged ( ) : void
리턴 void

OnTextInput() 보호된 메소드

protected OnTextInput ( object sender, Microsoft.Xna.Framework.TextInputEventArgs e ) : void
sender object
e Microsoft.Xna.Framework.TextInputEventArgs
리턴 void

SetSupportedOrientations() 보호된 추상적인 메소드

protected abstract SetSupportedOrientations ( DisplayOrientation orientations ) : void
orientations DisplayOrientation
리턴 void

SetTitle() 보호된 추상적인 메소드

protected abstract SetTitle ( string title ) : void
title string
리턴 void