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