VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing Namespace / ProcessingProfileResult Class / ProcessingProfileResult Constructors / ProcessingProfileResult Constructor(ProcessingProfileResult)
Синтаксис Требования Смотрите также
В этом разделе
    ProcessingProfileResult Constructor(ProcessingProfileResult)
    В этом разделе
    Инициализирует новый экземпляр класса ProcessingProfileResult.
    Синтаксис
    'Declaration
    
    Protected Function New( _
    ByVal processingProfileResult
    Результат профиля обработки.
    As ProcessingProfileResult _
    )
    protected ProcessingProfileResult(
    ProcessingProfileResult processingProfileResult
    )
    protected: ProcessingProfileResult(
    ProcessingProfileResult* processingProfileResult
    )
    protected:
    ProcessingProfileResult(
    ProcessingProfileResult^ processingProfileResult
    )

    Parameters

    processingProfileResult
    Результат профиля обработки.
    Требования

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

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