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: 18.04.00
Syntax
C#
DisplaySettingsProps? GetCurrentSettings()

Return Value

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