LowLightFusionResult
LowLightFusionResult
LowLightFusionResult
LowLightFusionResult
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Represents the result of a low-light fusion operation initiated with a call to FuseAsync.
public : sealed class LowLightFusionResult : IClosable, ILowLightFusionResultpublic sealed class LowLightFusionResult : IDisposable, ILowLightFusionResultPublic NotInheritable Class LowLightFusionResult Implements IDisposable, ILowLightFusionResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Remarks
Apps should call the Close method to clean up the resources allocated for this object.
Properties
Frame Frame Frame Frame
Prerelease. Gets the image containing the processed result of the low-light fusion operation.
public : SoftwareBitmap Frame { get; }public SoftwareBitmap Frame { get; }Public ReadOnly Property Frame As SoftwareBitmap// You can use this property in JavaScript.
The image containing the processed result of the low-light fusion operation.
Methods
Close() Close() Close() Close()
Prerelease. Disposes of the object and associated resources.
public : void Close()This member is not implemented in C#This member is not implemented in VB.Net// You can use this method in JavaScript.