C# Class Meshellator.Viewer.Framework.Rendering.RenderWindow

Afficher le fichier Open project: tgjones/meshellator Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetBackBufferComPointer ( ) : IntPtr
RenderWindow ( int width, int height, SharpDX.Direct3D9.Device device ) : System

Méthodes protégées

Méthode Description
OnSizeChanged ( ) : void

Method Details

GetBackBufferComPointer() public méthode

public GetBackBufferComPointer ( ) : IntPtr
Résultat System.IntPtr

OnSizeChanged() protected méthode

protected OnSizeChanged ( ) : void
Résultat void

RenderWindow() public méthode

public RenderWindow ( int width, int height, SharpDX.Direct3D9.Device device ) : System
width int
height int
device SharpDX.Direct3D9.Device
Résultat System