Tao.Glfw SDK Documentation |
|
Glfw.glfwGetWindowSize Method
[Visual Basic]
Public Shared Sub glfwGetWindowSize( _
ByRef
width As
Integer, _
ByRef
height As
Integer _
)
[C#]
public static
void glfwGetWindowSize(
out
int width,
out
int height);
See Also
Glfw Class | Tao.Glfw Namespace