PhotoCapturedEventArgs.Thumbnail Property

Definition

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.

Applies to

See also