ImageGear .NET - Updated December 24, 2018
CADLight.LightType Enumeration




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace : CADLight.LightType Enumeration
Type of light model.
Syntax
'Declaration
 
Public Enum CADLight.LightType 
   Inherits System.Enum
 
'Usage
 
Dim instance As CADLight.LightType
Members
MemberDescription
DIRECTIONAL Directional lights emit light in a single direction and affect the entire scene irregardless of position. They are not affected by attenuation.
POINT Point lights emit light equally in all directions from their position and are affected by attenuation if it is enabled.
SPOTLIGHT Spotlights emit light in a cone from the specified position and in the specified direction. They are affected by attenuation if it is enabled.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.CAD.CADLight.LightType

See Also

Reference

ImageGear.Formats.CAD Namespace