| LensFlareElements Property |
Gets the elements of the lens flare.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public LensFlareElementCollection Elements { get; }
Public ReadOnly Property Elements As LensFlareElementCollection
Get
public:
property LensFlareElementCollection^ Elements {
LensFlareElementCollection^ get ();
}
member Elements : LensFlareElementCollection with get
Property Value
Type:
LensFlareElementCollectionThe 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