VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools Namespace / MagnifierTool Class / Zoom Property
Синтаксис Требования Смотрите также
В этом разделе
    Zoom Свойство (MagnifierTool)
    В этом разделе
    Возвращает или задает уровень масштабирования изображения в MagnifierTool.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(250)>
    <DescriptionAttribute("Zoom level of the image in the magnifier.")>
    <CategoryAttribute("Appearance")>
    Public Property Zoom As System.Int32
    
    
    [DefaultValue(250)]
    [Description("Zoom level of the image in the magnifier.")]
    [Category("Appearance")]
    public System.Int32 Zoom { get; set; }
    
    
    [DefaultValue(250)]
    [Description("Zoom level of the image in the magnifier.")]
    [Category("Appearance")]
    public: __property System.Int32 get_Zoom();
    public: __property void set_Zoom(
    System.Int32 value
    );
    [DefaultValue(250)]
    [Description("Zoom level of the image in the magnifier.")]
    [Category("Appearance")]
    public:
    property System.Int32 Zoom { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Возможные значения от 10 до 1000. Значение по умолчанию - 250.
    Требования

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

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