VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / ViewerBufferSize Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    ViewerBufferSize Свойство (WpfImageViewer)
    В этом разделе
    Возвращает или задает размер буфера изображения в мегапикселях, в котором хранится изображение в текущем масштабе для клиентского прямоугольника просмотрщика.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The size, in megapixels, of image buffer which stores image in the current scale for client rectangle of the viewer.")>
    <DefaultValueAttribute(4)>
    <CategoryAttribute("VintaSoft")>
    Public Property ViewerBufferSize As Double
    
    
    [Description("The size, in megapixels, of image buffer which stores image in the current scale for client rectangle of the viewer.")]
    [DefaultValue(4)]
    [Category("VintaSoft")]
    public double ViewerBufferSize { get; set; }
    
    
    [Description("The size, in megapixels, of image buffer which stores image in the current scale for client rectangle of the viewer.")]
    [DefaultValue(4)]
    [Category("VintaSoft")]
    public: __property double get_ViewerBufferSize();
    public: __property void set_ViewerBufferSize(
    double value
    );
    [Description("The size, in megapixels, of image buffer which stores image in the current scale for client rectangle of the viewer.")]
    [DefaultValue(4)]
    [Category("VintaSoft")]
    public:
    property double ViewerBufferSize { double get(); void set(double value); }

    Property Value

    Значение по умолчанию - 4 мегапикселя.
    Ремарки

    Буфер просмотрщика хранит все изображение или его часть в текущем масштабе.

    Требования

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

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