C# Class Sharpex2D.Surface.RenderTarget

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

Méthodes publiques

Méthode Description
Create ( ) : RenderTarget

Creates a new RenderTarget.

Dispose ( ) : void

Disposes the object.

FromHandle ( IntPtr handle ) : RenderTarget

Create a new RenderTarget from a specified handle.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes the object.

Private Methods

Méthode Description
RenderTarget ( IntPtr handle ) : System

Initializes a new RenderTarget class.

WindowFullscreenChanged ( object sender, EventArgs e ) : void

WindowFullscreenChanged event.

WindowScreenSizeChanged ( object sender, EventArgs e ) : void

WindowScreenChanged event.

Method Details

Create() public static méthode

Creates a new RenderTarget.
public static Create ( ) : RenderTarget
Résultat RenderTarget

Dispose() public méthode

Disposes the object.
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

FromHandle() public static méthode

Create a new RenderTarget from a specified handle.
public static FromHandle ( IntPtr handle ) : RenderTarget
handle System.IntPtr The Handle.
Résultat RenderTarget