| ImageBasedLightShape Property |
Gets or sets the bounding shape of the light volume.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Shape Shape { get; set; }
Public Property Shape As Shape
Get
Set
public:
property Shape^ Shape {
Shape^ get ();
void set (Shape^ value);
}
member Shape : Shape with 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 See Also