VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailViewer Class / DrawThumbnailAppearance(Thumbnail,Graphics,Rectangle,ThumbnailAppearance) Method
Syntax Requirements SeeAlso
In This Topic
    DrawThumbnailAppearance(Thumbnail,Graphics,Rectangle,ThumbnailAppearance) Method (ThumbnailViewer)
    In This Topic
    Draws the thumbnail appearance.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawThumbnailAppearance( _
    ByVal thumbnail
    The thumbnail.
    As Vintasoft.Imaging.Thumbnail, _
    ByVal g
    The graphics, where thumbnail appearance must be drawn.
    As System.Drawing.Graphics, _
    ByVal rect
    The rectangle of thumbnail background.
    As System.Drawing.Rectangle, _
    ByVal thumbnailAppearance
    The thumbnail appearance.
    As ThumbnailAppearance _
    )

    Parameters

    thumbnail
    The thumbnail.
    g
    The graphics, where thumbnail appearance must be drawn.
    rect
    The rectangle of thumbnail background.
    thumbnailAppearance
    The thumbnail appearance.
    Requirements

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

    See Also