VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ImageViewer Class / ZoomExtended Property
Синтаксис Требования Смотрите также
В этом разделе
    ZoomExtended Свойство (ImageViewer)
    В этом разделе
    Возвращает или задает масштаб изображения в процентах.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The zoom of the image, in percents.")>
    <DefaultValueAttribute(100)>
    Public Property ZoomExtended As Single
    
    
    [Category("VintaSoft")]
    [Description("The zoom of the image, in percents.")]
    [DefaultValue(100)]
    public float ZoomExtended { get; set; }
    
    
    [Category("VintaSoft")]
    [Description("The zoom of the image, in percents.")]
    [DefaultValue(100)]
    public: __property float get_ZoomExtended();
    public: __property void set_ZoomExtended(
    float value
    );
    [Category("VintaSoft")]
    [Description("The zoom of the image, in percents.")]
    [DefaultValue(100)]
    public:
    property float ZoomExtended { float get(); void set(float value); }

    Property Value

    Допустимые значения от 0,01 до 1000000.
    Значение по умолчанию - 100.
    Требования

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

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