PhotoCapturedEventArgs
PhotoCapturedEventArgs
PhotoCapturedEventArgs
PhotoCapturedEventArgs
Class
Definition
Provides data for the photo sequence PhotoCaptured event.
public : sealed class PhotoCapturedEventArgs : IPhotoCapturedEventArgspublic sealed class PhotoCapturedEventArgs : IPhotoCapturedEventArgsPublic NotInheritable Class PhotoCapturedEventArgs Implements IPhotoCapturedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Frame is the captured image associated with this event.
Properties
CaptureTimeOffset CaptureTimeOffset CaptureTimeOffset CaptureTimeOffset
Gets a value that indicates time offset in the photo sequence.
public : TimeSpan CaptureTimeOffset { get; }public TimeSpan CaptureTimeOffset { get; }Public ReadOnly Property CaptureTimeOffset As TimeSpan// You can use this property in JavaScript.
- Value
- TimeSpan TimeSpan TimeSpan TimeSpan
The
Remarks
A negative value indicates the image was taken prior to the start of the photo sequence, while a positive value indicates the image occurred after the photo sequence was started.
Frame Frame Frame Frame
Gets the captured image associated with the event.
public : CapturedFrame Frame { get; }public CapturedFrame Frame { get; }Public ReadOnly Property Frame As CapturedFrame// You can use this property in JavaScript.
The captured image.
Thumbnail Thumbnail Thumbnail Thumbnail
Gets a thumbnail version of the captured image associated with the event.
public : CapturedFrame Thumbnail { get; }public CapturedFrame Thumbnail { get; }Public ReadOnly Property Thumbnail As CapturedFrame// You can use this property in JavaScript.
The thumbnail image.