'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.