'Declaration Protected Overridable Sub Draw( _
ByVal thumbnailViewerThe thumbnail viewer.As ThumbnailViewer, _
ByVal fontThe font.As Vintasoft.Imaging.Thumbnail, _
ByVal thumbnailThe thumbnail.As System.String, _
ByVal captionTextThe caption text.As System.Drawing.Font, _
ByVal gThe graphics, where thumbnail appearance must be drawn.As System.Drawing.Graphics, _
ByVal rectThe rectangle of thumbnail background.As System.Drawing.Rectangle, _
ByVal thumbnailAppearanceThe thumbnail appearance.As ThumbnailAppearance _
)
protected virtual void Draw(
ThumbnailViewer thumbnailViewer,
Vintasoft.Imaging.Thumbnail font,
System.String thumbnail,
System.Drawing.Font captionText,
System.Drawing.Graphics g,
System.Drawing.Rectangle rect,
ThumbnailAppearance thumbnailAppearance
)
protected: virtual void Draw(
ThumbnailViewer* thumbnailViewer,
Vintasoft.Imaging.Thumbnail* font,
System.String thumbnail,
System.Drawing.Font captionText,
System.Drawing.Graphics* g,
System.Drawing.Rectangle* rect,
ThumbnailAppearance* thumbnailAppearance
)
protected:
virtual void Draw(
ThumbnailViewer^ thumbnailViewer,
Vintasoft.Imaging.Thumbnail^ font,
System.String thumbnail,
System.Drawing.Font captionText,
System.Drawing.Graphics^ g,
System.Drawing.Rectangle^ rect,
ThumbnailAppearance^ 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.