VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing Namespace / ImageComparisonCommand Class / Image Property
Синтаксис Требования Смотрите также
В этом разделе
    Image Свойство (ImageComparisonCommand)
    В этом разделе
    Возвращает или задает изображение, которое необходимо сравнить с исходным изображением.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("An image, which must be compared with the source image.")>
    Public Property Image As Vintasoft.Imaging.VintasoftImage
    
    
    [DefaultValue(null)]
    [Description("An image, which must be compared with the source image.")]
    public Vintasoft.Imaging.VintasoftImage Image { get; set; }
    
    
    [DefaultValue(null)]
    [Description("An image, which must be compared with the source image.")]
    public: __property Vintasoft.Imaging.VintasoftImage* get_Image();
    public: __property void set_Image(
    Vintasoft.Imaging.VintasoftImage* value
    );
    [DefaultValue(null)]
    [Description("An image, which must be compared with the source image.")]
    public:
    property Vintasoft.Imaging.VintasoftImage^ Image { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }
    Требования

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

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