VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailCaption Class / Draw(ThumbnailViewer,Thumbnail,String,Font,Graphics,Rectangle,ThumbnailAppearance) Method
Syntax Requirements SeeAlso
In This Topic
    Draw(ThumbnailViewer,Thumbnail,String,Font,Graphics,Rectangle,ThumbnailAppearance) Method (ThumbnailCaption)
    In This Topic
    Draws the thumbnail caption on specified graphics.
    Syntax
    'Declaration
    
    Protected Overridable Sub Draw( _
    ByVal thumbnailViewer
    The thumbnail viewer.
    As ThumbnailViewer, _
    ByVal font
    The font.
    As Vintasoft.Imaging.Thumbnail, _
    ByVal thumbnail
    The thumbnail.
    As System.String, _
    ByVal captionText
    The caption text.
    As System.Drawing.Font, _
    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

    thumbnailViewer
    The thumbnail viewer.
    font
    The font.
    thumbnail
    The thumbnail.
    captionText
    The caption text.
    g
    The graphics, where thumbnail appearance must be drawn.
    rect
    The rectangle of thumbnail background.
    thumbnailAppearance
    The thumbnail appearance.
    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