C# 클래스 Sharpex2D.Rendering.GraphicsDevice

상속: IComponent, IDisposable
파일 보기 프로젝트 열기: ThuCommix/Sharpex2D 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes the GraphicsDevice.

GraphicsDevice ( RenderTarget renderTarget ) : System

Initializes a new GraphicsDeivce.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes the object.

메소드 상세

Dispose() 공개 메소드

Disposes the GraphicsDevice.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Disposes the object.
protected Dispose ( bool disposing ) : void
disposing bool Indicates whether managed resources should be disposed.
리턴 void

GraphicsDevice() 공개 메소드

Initializes a new GraphicsDeivce.
public GraphicsDevice ( RenderTarget renderTarget ) : System
renderTarget Sharpex2D.Surface.RenderTarget The RenderTarget.
리턴 System