Click or drag to resize
DigitalRuneLensFlareElements Property
Gets the elements of the lens flare.

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

Property Value

Type: LensFlareElementCollection
The elements of the lens flare.
Remarks
A LensFlareElement defines a single element of lens flare. Most lens flare effects consist of multiple elements: halos, streaks, rings or hexagons, ...
See Also