Gets or sets the light angle. It is measured counterclockwise from the x-axis.

Namespace:  Neodynamic.SDK
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)

Syntax

C#
public int LightAngle { get; set; }
Visual Basic (Declaration)
Public Property LightAngle As Integer
Visual C++
public:
property int LightAngle {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException The specified value is not range from 0 to 360.

See Also