VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailPaintEventArgs Class / ThumbnailPaintEventArgs Constructor(Thumbnail,Rectangle,RectangleF,RectangleF,Int32,VintasoftImage,Graphics)
Syntax Requirements SeeAlso
In This Topic
    ThumbnailPaintEventArgs Constructor(Thumbnail,Rectangle,RectangleF,RectangleF,Int32,VintasoftImage,Graphics)
    In This Topic
    Initializes a new instance of the ThumbnailPaintEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal thumbnail
    The thumbnail, which is painting.
    As Vintasoft.Imaging.Thumbnail, _
    ByVal thumbnailRect
    The bounding rect, in viewer space, of thumbnail.
    As System.Drawing.Rectangle, _
    ByVal thumbnailDrawingRect
    The drawing rect, in graphics space, of thumbnail.
    As System.Drawing.RectangleF, _
    ByVal thumbnailImageDrawingRect
    The drawing rect, in graphics space, of thumbnail image.
    As System.Drawing.RectangleF, _
    ByVal thumbnailIndex
    A zero-based index of thumbnail in the thumbnail viewer.
    As System.Int32, _
    ByVal thumbnailImage
    A thumbnail image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal graphics
    Graphics, which is used to paint the thumbnail.
    As System.Drawing.Graphics _
    )

    Parameters

    thumbnail
    The thumbnail, which is painting.
    thumbnailRect
    The bounding rect, in viewer space, of thumbnail.
    thumbnailDrawingRect
    The drawing rect, in graphics space, of thumbnail.
    thumbnailImageDrawingRect
    The drawing rect, in graphics space, of thumbnail image.
    thumbnailIndex
    A zero-based index of thumbnail in the thumbnail viewer.
    thumbnailImage
    A thumbnail image.
    graphics
    Graphics, which is used to paint the 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