Click or drag to resize

GraphicsOptionPreset Class

A collection of graphics options that can be applied..
Inheritance Hierarchy
SystemObject
  Demo3D.Gui.OptionsGraphicsOptionPreset

Namespace:  Demo3D.Gui.Options
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntax
C#
public class GraphicsOptionPreset : IEquatable<GraphicsOptionPreset>

The GraphicsOptionPreset type exposes the following members.

Constructors
  NameDescription
Public methodGraphicsOptionPreset Obsolete.
Initializes a new instance of the GraphicsOptionPreset class
Top
Properties
  NameDescription
Public propertyName
The name of the preset.
Public propertyProperties
The properties of the preset.
Top
See Also