VintaSoft Twain .NET SDK 15.2: Руководство для .NET разработчика
Vintasoft.Sane Namespace / SaneAcquiredImage Class / GetThumbnailAsVintasoftBitmap(Int32,Int32) Method
Синтаксис Требования Смотрите также
GetThumbnailAsVintasoftBitmap(Int32,Int32) Метод (SaneAcquiredImage)
Возвращает уменьшенное изображение как объект VintasoftBitmap.
Синтаксис
'Declaration

Public Function GetThumbnailAsVintasoftBitmap( _
ByVal thumbnailWidth
Ширина миниатюры изображения.
As Integer, _
ByVal thumbnailHeight
Высота миниатюры изображения.
As Integer _
) As Vintasoft.Imaging.VintasoftBitmap
 

Parameters

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

Return Value

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

Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

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