IPlatformScreenshot 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.
Provides abstractions for the platform screenshot methods when using Screenshot.
public interface class IPlatformScreenshot : Microsoft::Maui::Media::IScreenshot
public interface IPlatformScreenshot : Microsoft.Maui.Media.IScreenshot
type IPlatformScreenshot = interface
interface IScreenshot
Public Interface IPlatformScreenshot
Implements IScreenshot
- Implements
Properties
IsCaptureSupported |
Gets a value indicating whether capturing screenshots is supported on this device. (Inherited from IScreenshot) |
Methods
CaptureAsync() |
Captures a screenshot of the current screen of the running application. (Inherited from IScreenshot) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.