PhotoCapturedEventArgs.Thumbnail Property
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.
Gets a thumbnail version of the captured image associated with the event.
public:
property CapturedFrame ^ Thumbnail { CapturedFrame ^ get(); };
CapturedFrame Thumbnail();
public CapturedFrame Thumbnail { get; }
var capturedFrame = photoCapturedEventArgs.thumbnail;
Public ReadOnly Property Thumbnail As CapturedFrame
Property Value
The thumbnail image.