Viewport Method
Definition
Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public void Viewport(
int x,
int y,
int width,
int height
)
Public Sub Viewport (
x As Integer,
y As Integer,
width As Integer,
height As Integer
)
member Viewport :
x : int *
y : int *
width : int *
height : int -> unit