C# Class CSharpGL.ViewportState

set and reset viewport using glViewport();
Inheritance: GLState
Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

ViewportState ( )

set and reset viewport using glViewport();

ViewportState ( int viewport )

set and reset viewport using glViewport();

ViewportState ( int x, int y, int width, int height )

set and reset viewport using glViewport();

Méthodes protégées

Méthode Description
StateOff ( ) : void

StateOn ( ) : void

Private Methods

Méthode Description
Init ( int x, int y, int width, int height ) : void

Method Details

StateOff() protected méthode

protected StateOff ( ) : void
Résultat void

StateOn() protected méthode

protected StateOn ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

ViewportState() public méthode

set and reset viewport using glViewport();
public ViewportState ( )

ViewportState() public méthode

set and reset viewport using glViewport();
public ViewportState ( int viewport )
viewport int

ViewportState() public méthode

set and reset viewport using glViewport();
public ViewportState ( int x, int y, int width, int height )
x int
y int
width int
height int