Click or drag to resize
DigitalRuneImageBasedLightShape Property
Gets or sets the bounding shape of the light volume.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Shape Shape { get; set; }

Property Value

Type: Shape
A Shape that describes the light volume (the area that is hit by the light). The shape type must be InfiniteShape or BoxShape. Other shapes are not allowed. The default value is Infinite.
Exceptions
ExceptionCondition
ArgumentNullExceptionShape must not be .
ArgumentExceptionShape type must be InfiniteShape or BoxShape.
See Also