C# Class NewTOAPIA.GL.Viewport

A Viewport contains the parameters necessary to define a section of the Backing Buffer. The coordinates are in screen space. The minZ and maxZ values represent values in the Depth buffer.
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Свойство Type Description
height int
maxZ int
minZ int
width int
x int
y int

Property Details

height public_oe property

public int height
Résultat int

maxZ public_oe property

public int maxZ
Résultat int

minZ public_oe property

public int minZ
Résultat int

width public_oe property

public int width
Résultat int

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int