PhotoCapturedEventArgs Class

Definition

Provides data for the photo sequence PhotoCaptured event.

public ref class PhotoCapturedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PhotoCapturedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PhotoCapturedEventArgs
Public NotInheritable Class PhotoCapturedEventArgs
Inheritance
Object Platform::Object IInspectable PhotoCapturedEventArgs
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Frame is the captured image associated with this event.

Properties

CaptureTimeOffset

Gets a value that indicates time offset in the photo sequence.

Frame

Gets the captured image associated with the event.

Thumbnail

Gets a thumbnail version of the captured image associated with the event.

Applies to