AdvancedCapturedPhoto Class

Definition

Represents a photo captured using system-provided computational photography techniques provided by the AdvancedPhotoCapture class.

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

Windows requirements

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

Remarks

Get an instance of this class by calling AdvancedPhotoCapture.CaptureAsync.

For how-to guidance for using AdvancedPhotoCapture, see High dynamic range (HDR) and low-light photo capture.

Version history

Windows version SDK version Value added
1607 14393 FrameBoundsRelativeToReferencePhoto

Properties

Context

Gets the app-defined context object associated with the advanced photo capture operation, if one was provided in the call to AdvancedPhotoCapture.CaptureAsync(Object).

Frame

Gets the captured frame containing the result of the advanced photo capture.

FrameBoundsRelativeToReferencePhoto

Gets a reference to a Rect that expresses the dimensions of the Frame generated by the advanced photo capture operation, relative to the reference photo passed into the OptionalReferencePhotoCaptured event.

Mode

Gets a value indicating the advanced capture mode with which the photo was captured.

Applies to

See also