Click or drag to resize

WindowsUtilsGetNativeMonitorResolution Method

Retrieves the native monitor resolution.

Namespace:  TouchScript.Utils.Platform
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static void GetNativeMonitorResolution(
	out int width,
	out int height
)

Parameters

width
Type: SystemInt32
Output width.
height
Type: SystemInt32
Output height.
See Also