ImageGear .NET - Updated March 30, 2018
DirectionAngle Property




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearSpotlight Class : DirectionAngle Property
Gets or sets angle that specifies light direction in degrees, clockwise. Angle of 0.0 corresponds to 'North' direction in the image plane.
Syntax
'Declaration
 
Public Property DirectionAngle As Double
 
'Usage
 
Dim instance As ImGearSpotlight
Dim value As Double
 
instance.DirectionAngle = value
 
value = instance.DirectionAngle

Property Value

Double value.
Remarks
This property specifies the light direction in degrees, clockwise. Angle of 0.0 corresponds to 'North' direction in the image plane.
See Also

Reference

ImGearSpotlight Class
ImGearSpotlight Members