| ShadowMaskRenderer Constructor (IGraphicsService, Int32) |
Initializes a new instance of the
ShadowMaskRenderer class with the specified
number of shadow masks.
Namespace: DigitalRune.Graphics.RenderingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public ShadowMaskRenderer(
IGraphicsService graphicsService,
int maxNumberOfShadowMasks
)
Public Sub New (
graphicsService As IGraphicsService,
maxNumberOfShadowMasks As Integer
)
public:
ShadowMaskRenderer(
IGraphicsService^ graphicsService,
int maxNumberOfShadowMasks
)
new :
graphicsService : IGraphicsService *
maxNumberOfShadowMasks : int -> ShadowMaskRenderer
Parameters
- graphicsService
- Type: DigitalRune.GraphicsIGraphicsService
The graphics service. - maxNumberOfShadowMasks
- Type: SystemInt32
The max number of shadow masks.
Exceptions See Also