ImageGear .NET - Updated May 1, 2018
CutoffAngle Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorLightSource Class : CutoffAngle Property
Gets or sets a spotlight angle of the light source.
Syntax
'Declaration
 
Public Property CutoffAngle As Single
 
'Usage
 
Dim instance As ImGearVectorLightSource
Dim value As Single
 
instance.CutoffAngle = value
 
value = instance.CutoffAngle

Property Value

Floating-point value in the range of 0...90 or 180. 180 means that the light is distributed uniformly.
Remarks
The default value is 180.
See Also

Reference

ImGearVectorLightSource Class
ImGearVectorLightSource Members