|  | EnvironmentMapEffectBinding Constructor (IGraphicsService, IDictionaryString, Object) | 
 
Namespace: DigitalRune.Graphics.EffectsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic EnvironmentMapEffectBinding(
	IGraphicsService graphicsService,
	IDictionary<string, Object> opaqueData
)
Public Sub New ( 
	graphicsService As IGraphicsService,
	opaqueData As IDictionary(Of String, Object)
)
public:
EnvironmentMapEffectBinding(
	IGraphicsService^ graphicsService, 
	IDictionary<String^, Object^>^ opaqueData
)
new : 
        graphicsService : IGraphicsService * 
        opaqueData : IDictionary<string, Object> -> EnvironmentMapEffectBindingParameters
- graphicsService
- Type: DigitalRune.GraphicsIGraphicsService
 The graphics service.
- opaqueData
- Type: System.Collections.GenericIDictionaryString, Object
 The opaque data. Can be .
 See Also
See Also