VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Effects Namespace / OilPaintingCommand Class / Radius Property
Syntax Requirements SeeAlso
In This Topic
    Radius Property (OilPaintingCommand)
    In This Topic
    Gets or sets a radius of the brush.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A radius of the brush.
    Valid values are from 1 to 64.")>
    <DefaultValueAttribute(3)>
    Public Property Radius As System.Int32
    
    
    [Description("A radius of the brush.
    Valid values are from 1 to 64.")]
    [DefaultValue(3)]
    public System.Int32 Radius { get; set; }
    
    
    [Description("A radius of the brush.
    Valid values are from 1 to 64.")]
    [DefaultValue(3)]
    public: __property System.Int32 get_Radius();
    public: __property void set_Radius(
    System.Int32 value
    );
    [Description("A radius of the brush.
    Valid values are from 1 to 64.")]
    [DefaultValue(3)]
    public:
    property System.Int32 Radius { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Valid values are from 1 to 64. Default value is 3.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also