VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Effects Namespace / RedEyeRemovalCommand Class / RedEyeRemovalCommand Constructors / RedEyeRemovalCommand Constructor(Double,Double)
Синтаксис Требования Смотрите также
В этом разделе
    RedEyeRemovalCommand Constructor(Double,Double)
    В этом разделе
    Инициализирует новый экземпляр класса RedEyeRemovalCommand.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal tolerance
    Допуск.
    As Double, _
    ByVal saturation
    Насыщенность, в процентах.
    As Double _
    )
    public RedEyeRemovalCommand(
    double tolerance,
    double saturation
    )
    public: RedEyeRemovalCommand(
    double tolerance,
    double saturation
    )
    public:
    RedEyeRemovalCommand(
    double tolerance,
    double saturation
    )

    Parameters

    tolerance
    Допуск.
    saturation
    Насыщенность, в процентах.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также