C# 클래스 OpenRA.Platforms.Default.DefaultPlatform

상속: IPlatform
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
CreateGraphics ( Size size, WindowMode windowMode ) : IGraphicsDevice
CreateSound ( string device ) : ISoundEngine

메소드 상세

CreateGraphics() 공개 메소드

public CreateGraphics ( Size size, WindowMode windowMode ) : IGraphicsDevice
size System.Drawing.Size
windowMode WindowMode
리턴 IGraphicsDevice

CreateSound() 공개 메소드

public CreateSound ( string device ) : ISoundEngine
device string
리턴 ISoundEngine