Click or drag to resize

IGraphicsOptionsApply Method

Apply the properties to the graphics options.

Namespace:  Demo3D.Gui.Options
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntax
C#
void Apply(
	Dictionary<GraphicsOptionsType, GraphicsOptionProperty> source
)

Parameters

source
Type: System.Collections.GenericDictionaryGraphicsOptionsType, GraphicsOptionProperty

[Missing <param name="source"/> documentation for "M:Demo3D.Gui.Options.IGraphicsOptions.Apply(System.Collections.Generic.Dictionary{Demo3D.Gui.Options.GraphicsOptionsType,Demo3D.Gui.Options.GraphicsOptionProperty})"]

See Also