'Declaration Public Function New( _
ByVal viewerThumbnail viewer that shows the thumbnails.As WpfThumbnailViewer, _
ByVal imageImage whose thumbnail must be shown in the thumbnail viewer.As Vintasoft.Imaging.VintasoftImage _
)
public ThumbnailImageItem(
WpfThumbnailViewer viewer,
Vintasoft.Imaging.VintasoftImage image
)
public: ThumbnailImageItem(
WpfThumbnailViewer* viewer,
Vintasoft.Imaging.VintasoftImage* image
)
public:
ThumbnailImageItem(
WpfThumbnailViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- viewer
- Thumbnail viewer that shows the thumbnails.
- image
- Image whose thumbnail must be shown in the thumbnail viewer.