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