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