C# Class Sharpex2D.Rendering.GraphicsDevice

Inheritance: IComponent, IDisposable
Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes the GraphicsDevice.

GraphicsDevice ( RenderTarget renderTarget ) : System

Initializes a new GraphicsDeivce.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes the object.

Method Details

Dispose() public méthode

Disposes the GraphicsDevice.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

GraphicsDevice() public méthode

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