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




In This Topic
    Radius Property (ImGearSpotlight)
    In This Topic
    Gets or sets radius of the spotlight in pixels.
    Syntax
    'Declaration
     
    Public Property Radius As Integer
    'Usage
     
    Dim instance As ImGearSpotlight
    Dim value As Integer
     
    instance.Radius = value
     
    value = instance.Radius
    public int Radius {get; set;}
    public: __property int get_Radius();
    public: __property void set_Radius( 
       int value
    );
    public:
    property int Radius {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also