Click or drag to resize

IGraphicsOptions Interface

An interface for graphics options.

Namespace:  Demo3D.Gui.Options
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntax
C#
public interface IGraphicsOptions

The IGraphicsOptions type exposes the following members.

Properties
  NameDescription
Public propertyPresets
A collection of graphics options that can be applied.
Public propertyProperties
All properties of the graphics options.
Top
Methods
  NameDescription
Public methodApply
Apply the properties to the graphics options.
Public methodBeginEdit
Begin editing the graphics options.
Public methodEndEdit
Finish editing the graphics options.
Public methodGetValueT
Get a value from the graphics options.
Public methodInitialize
Initialize the graphics options.
Top
Events
  NameDescription
Public eventOnOptionChanged
Top
See Also