LowLightFusionResult.Frame Property

Definition

Gets the image containing the processed result of the low-light fusion operation.

public:
 property SoftwareBitmap ^ Frame { SoftwareBitmap ^ get(); };
SoftwareBitmap Frame();
public SoftwareBitmap Frame { get; }
var softwareBitmap = lowLightFusionResult.frame;
Public ReadOnly Property Frame As SoftwareBitmap

Property Value

The image containing the processed result of the low-light fusion operation.

Applies to