GeonBitGameGetSupportedResolutions Method |
Get supported resolutions.
Namespace:
GeonBit
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax 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:
PointArray of supported resolutions.
See Also