Click or drag to resize
DigitalRuneLensFlareSize Property
Gets or sets the height of the lens flare relative to the viewport.

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

Property Value

Type: Single
The height of the lens flare relative to the viewport. The default value is 0.2.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
See Also