VintaSoft Twain .NET SDK 14.1: Руководство для .NET разработчика
Vintasoft.Twain Namespace / AcquiredImage Class / GetThumbnailAsVintasoftBitmap(Int32,Int32) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetThumbnailAsVintasoftBitmap(Int32,Int32) Метод (AcquiredImage)
    В этом разделе
    Возвращает уменьшенное изображение как объект VintasoftBitmap.
    Синтаксис
    'Declaration
    
    Public Function GetThumbnailAsVintasoftBitmap( _
    ByVal thumbnailWidth
    Ширина миниатюры изображения.
    As Integer, _
    ByVal thumbnailHeight
    Высота миниатюры изображения.
    As Integer _
    ) As Vintasoft.Imaging.VintasoftBitmap
    public Vintasoft.Imaging.VintasoftBitmap GetThumbnailAsVintasoftBitmap(
    int thumbnailWidth,
    int thumbnailHeight
    )
    public: Vintasoft.Imaging.VintasoftBitmap* GetThumbnailAsVintasoftBitmap(
    int thumbnailWidth,
    int thumbnailHeight
    )
    public:
    Vintasoft.Imaging.VintasoftBitmap^ GetThumbnailAsVintasoftBitmap(
    int thumbnailWidth,
    int thumbnailHeight
    )

    Parameters

    thumbnailWidth
    Ширина миниатюры изображения.
    thumbnailHeight
    Высота миниатюры изображения.

    Return Value

    Миниатюра изображения как объект VintasoftBitmap.
    Требования

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

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