LowLightFusionResult.Frame Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.