VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ThumbnailLoadedEventArgs Class / ThumbnailLoadedEventArgs Constructor(Thumbnail,Int32,Int32)
Синтаксис Требования Смотрите также
В этом разделе
    ThumbnailLoadedEventArgs Constructor(Thumbnail,Int32,Int32)
    В этом разделе
    Инициализирует новый экземпляр класса ThumbnailLoadedEventArgs.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal thumbnail
    Миниатюра.
    As Vintasoft.Imaging.Thumbnail, _
    ByVal thumbnailWidth
    Ширина миниатюры.
    As System.Int32, _
    ByVal thumbnailHeight
    Высота миниатюры.
    As System.Int32 _
    )
    public ThumbnailLoadedEventArgs(
    Vintasoft.Imaging.Thumbnail thumbnail,
    System.Int32 thumbnailWidth,
    System.Int32 thumbnailHeight
    )
    public: ThumbnailLoadedEventArgs(
    Vintasoft.Imaging.Thumbnail* thumbnail,
    System.Int32 thumbnailWidth,
    System.Int32 thumbnailHeight
    )
    public:
    ThumbnailLoadedEventArgs(
    Vintasoft.Imaging.Thumbnail^ thumbnail,
    System.Int32 thumbnailWidth,
    System.Int32 thumbnailHeight
    )

    Parameters

    thumbnail
    Миниатюра.
    thumbnailWidth
    Ширина миниатюры.
    thumbnailHeight
    Высота миниатюры.
    Требования

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

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