VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailLoadedEventArgs Class / ThumbnailLoadedEventArgs Constructor(Thumbnail,Int32,Int32)
Syntax Requirements SeeAlso
In This Topic
    ThumbnailLoadedEventArgs Constructor(Thumbnail,Int32,Int32)
    In This Topic
    Initializes a new instance of the ThumbnailLoadedEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal thumbnail
    The thumbnail.
    As Vintasoft.Imaging.Thumbnail, _
    ByVal thumbnailWidth
    A width of thumbnail.
    As System.Int32, _
    ByVal thumbnailHeight
    A height of thumbnail.
    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
    The thumbnail.
    thumbnailWidth
    A width of thumbnail.
    thumbnailHeight
    A height of thumbnail.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also