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