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

    Parameters

    compareResult
    Результат сравнения изображений.
    Требования

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

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