Click or drag to resize

IDisplaySettingsGetCurrentSettings Method

Get a copy of the current display settings.

Namespace: Demo3D.Gui
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
DisplaySettingsProps? GetCurrentSettings()

Return Value

DisplaySettingsProps
The copy of the current settings if there are any, or null if not.
See Also