VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing Namespace / ProcessingCommandWithRegion Class / RegionOfInterest Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    RegionOfInterest Свойство (ProcessingCommandWithRegion)
    В этом разделе
    Возвращает или задает область изображения, которая должна быть обработана командой обработки изображения.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The region of the image which should be processed by by the image processing command.")>
    <DefaultValueAttribute({X=0,Y=0,Width=0,Height=0})>
    Public Property RegionOfInterest As Vintasoft.Imaging.RegionOfInterest
    
    
    [Description("The region of the image which should be processed by by the image processing command.")]
    [DefaultValue({X=0,Y=0,Width=0,Height=0})]
    public Vintasoft.Imaging.RegionOfInterest RegionOfInterest { get; set; }
    
    
    [Description("The region of the image which should be processed by by the image processing command.")]
    [DefaultValue({X=0,Y=0,Width=0,Height=0})]
    public: __property Vintasoft.Imaging.RegionOfInterest* get_RegionOfInterest();
    public: __property void set_RegionOfInterest(
    Vintasoft.Imaging.RegionOfInterest* value
    );
    [Description("The region of the image which should be processed by by the image processing command.")]
    [DefaultValue({X=0,Y=0,Width=0,Height=0})]
    public:
    property Vintasoft.Imaging.RegionOfInterest^ RegionOfInterest { Vintasoft.Imaging.RegionOfInterest^ get(); void set(Vintasoft.Imaging.RegionOfInterest^ value); }
    Исключения
    ИсключениеОписание
    Выбрасывается, если границы новой области интереса имеют отрицательные значения.
    Требования

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

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