'Declaration Protected Overridable Sub Render( _
ByVal thumbnailViewerThe thumbnail viewer.As WpfThumbnailViewer, _
ByVal thumbnailThe thumbnail.As ThumbnailImageItem, _
ByVal fontFamilyThe font family.As System.String, _
ByVal fontSizeThe font size.As System.Windows.Media.FontFamily, _
ByVal captionTextThe caption text.As Double, _
ByVal dcThe drawing context, where thumbnail caption must be renders.As System.Windows.Media.DrawingContext, _
ByVal rectThe rectangle of thumbnail background.As System.Windows.Rect _
)
protected virtual void Render(
WpfThumbnailViewer thumbnailViewer,
ThumbnailImageItem thumbnail,
System.String fontFamily,
System.Windows.Media.FontFamily fontSize,
double captionText,
System.Windows.Media.DrawingContext dc,
System.Windows.Rect rect
)
protected: virtual void Render(
WpfThumbnailViewer* thumbnailViewer,
ThumbnailImageItem* thumbnail,
System.String fontFamily,
System.Windows.Media.FontFamily* fontSize,
double captionText,
System.Windows.Media.DrawingContext dc,
System.Windows.Rect* rect
)
protected:
virtual void Render(
WpfThumbnailViewer^ thumbnailViewer,
ThumbnailImageItem^ thumbnail,
System.String fontFamily,
System.Windows.Media.FontFamily^ fontSize,
double captionText,
System.Windows.Media.DrawingContext dc,
System.Windows.Rect^ 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.