IScreenshot Interface
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.
The Screenshot API lets you take a capture of the current displayed screen of the app.
public interface class IScreenshot
public interface IScreenshot
type IScreenshot = interface
Public Interface IScreenshot
- Derived
Properties
IsCaptureSupported |
Gets a value indicating whether capturing screenshots is supported on this device. |
Methods
CaptureAsync() |
Captures a screenshot of the current screen of the running application. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.