VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Effects Namespace / OilPaintingCommand Class / OilPaintingCommand Constructors / OilPaintingCommand Constructor(Int32,Int32)
Syntax Requirements SeeAlso
In This Topic
    OilPaintingCommand Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the OilPaintingCommand class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal radius
    A radius of the brush.
    As System.Int32, _
    ByVal intensityLevels
    A number of color intensity levels.
    As System.Int32 _
    )
    public OilPaintingCommand(
    System.Int32 radius,
    System.Int32 intensityLevels
    )
    public: OilPaintingCommand(
    System.Int32 radius,
    System.Int32 intensityLevels
    )
    public:
    OilPaintingCommand(
    System.Int32 radius,
    System.Int32 intensityLevels
    )

    Parameters

    radius
    A radius of the brush.
    intensityLevels
    A number of color intensity levels.
    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