C# Class Sharpex2D.Rendering.GraphicsDevice

Inheritance: IComponent, IDisposable
显示文件 Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Disposes the GraphicsDevice.

GraphicsDevice ( RenderTarget renderTarget ) : System

Initializes a new GraphicsDeivce.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes the object.

Method Details

Dispose() public method

Disposes the GraphicsDevice.
public Dispose ( ) : void
return void

Dispose() protected method

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

GraphicsDevice() public method

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