Click or drag to resize
GeonBitGameGetSupportedResolutions Method
Get supported resolutions.

Namespace:  GeonBit
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Point[] GetSupportedResolutions(
	bool onlyWithSameRatio = false
)

Parameters

onlyWithSameRatio (Optional)
Type: SystemBoolean
If true, will only return supported resolutions with the same ratio as current resolution.

Return Value

Type: Point
Array of supported resolutions.
See Also