VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / ThumbnailImageItemCaption Class / Render(WpfThumbnailViewer,ThumbnailImageItem,String,FontFamily,Double,DrawingContext,Rect) Method
Syntax Requirements SeeAlso
In This Topic
    Render(WpfThumbnailViewer,ThumbnailImageItem,String,FontFamily,Double,DrawingContext,Rect) Method (ThumbnailImageItemCaption)
    In This Topic
    Renders the thumbnail caption on specified drawing context.
    Syntax
    'Declaration
    
    Protected Overridable Sub Render( _
    ByVal thumbnailViewer
    The thumbnail viewer.
    As WpfThumbnailViewer, _
    ByVal thumbnail
    The thumbnail.
    As ThumbnailImageItem, _
    ByVal fontFamily
    The font family.
    As System.String, _
    ByVal fontSize
    The font size.
    As System.Windows.Media.FontFamily, _
    ByVal captionText
    The caption text.
    As Double, _
    ByVal dc
    The drawing context, where thumbnail caption must be renders.
    As System.Windows.Media.DrawingContext, _
    ByVal rect
    The rectangle of thumbnail background.
    As System.Windows.Rect _
    )

    Parameters

    thumbnailViewer
    The thumbnail viewer.
    thumbnail
    The thumbnail.
    fontFamily
    The font family.
    fontSize
    The font size.
    captionText
    The caption text.
    dc
    The drawing context, where thumbnail caption must be renders.
    rect
    The rectangle of thumbnail background.
    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