ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADLight Class / Intensity Property




In This Topic
    Intensity Property
    In This Topic
    Intensity of the light source on the range [0.0, 1.0]
    Syntax
    'Declaration
     
    Public Property Intensity As Double
    'Usage
     
    Dim instance As CADLight
    Dim value As Double
     
    instance.Intensity = value
     
    value = instance.Intensity
    public double Intensity {get; set;}
    public: __property double get_Intensity();
    public: __property void set_Intensity( 
       double value
    );
    public:
    property double Intensity {
       double get();
       void set (    double value);
    }
    See Also