VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging Namespace / Thumbnail Class / GetCachedThumbnailImage(Int32,Int32) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetCachedThumbnailImage(Int32,Int32) Метод (Thumbnail)
    В этом разделе
    Возвращает копию кэшированного миниатюрного изображения.
    Синтаксис
    'Declaration
    
    Public Function GetCachedThumbnailImage( _
    ByVal width
    Ширина миниатюры изображения.
    As System.Int32, _
    ByVal height
    Высота миниатюры изображения.
    As System.Int32 _
    ) As VintasoftImage
    public VintasoftImage GetCachedThumbnailImage(
    System.Int32 width,
    System.Int32 height
    )
    public: VintasoftImage* GetCachedThumbnailImage(
    System.Int32 width,
    System.Int32 height
    )
    public:
    VintasoftImage^ GetCachedThumbnailImage(
    System.Int32 width,
    System.Int32 height
    )

    Parameters

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

    Return Value

    Копия кэшированного миниатюрного изображения.
    Требования

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

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