MediaTransportControlsThumbnailRequestedEventArgs.SetThumbnailImage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the source of the thumbnail image.
public:
virtual void SetThumbnailImage(IInputStream ^ source) = SetThumbnailImage;
void SetThumbnailImage(IInputStream const& source);
public void SetThumbnailImage(IInputStream source);
function setThumbnailImage(source)
Public Sub SetThumbnailImage (source As IInputStream)
Parameters
- source
- IInputStream
The source of the thumbnail image.