ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearSpotlight Class / Smooth Property




In This Topic
    Smooth Property
    In This Topic
    Gets or sets smoothing width for the light cone. Value of 0 corresponds to sharp edges, value of 1 corresponds to smoothing of the whole cone.
    Syntax
    'Declaration
     
    Public Property Smooth As Double
    'Usage
     
    Dim instance As ImGearSpotlight
    Dim value As Double
     
    instance.Smooth = value
     
    value = instance.Smooth
    public double Smooth {get; set;}
    public: __property double get_Smooth();
    public: __property void set_Smooth( 
       double value
    );
    public:
    property double Smooth {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    See Also