C# 클래스 Treefrog.Windows.GraphicsDeviceService

상속: IGraphicsDeviceService
파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 메소드들

메소드 설명
AddRef ( IntPtr windowHandle, int width, int height ) : GraphicsDeviceService
Release ( ) : void
ResetDevice ( int width, int height ) : void

보호된 메소드들

메소드 설명
CreateDevice ( IntPtr windowHandle, int width, int height ) : void
GraphicsDeviceService ( ) : System
Release ( bool disposing ) : void

메소드 상세

AddRef() 공개 정적인 메소드

public static AddRef ( IntPtr windowHandle, int width, int height ) : GraphicsDeviceService
windowHandle System.IntPtr
width int
height int
리턴 GraphicsDeviceService

CreateDevice() 보호된 메소드

protected CreateDevice ( IntPtr windowHandle, int width, int height ) : void
windowHandle System.IntPtr
width int
height int
리턴 void

GraphicsDeviceService() 보호된 메소드

protected GraphicsDeviceService ( ) : System
리턴 System

Release() 공개 메소드

public Release ( ) : void
리턴 void

Release() 보호된 메소드

protected Release ( bool disposing ) : void
disposing bool
리턴 void

ResetDevice() 공개 메소드

public ResetDevice ( int width, int height ) : void
width int
height int
리턴 void