1 interface inheriting from IScreenshot
Microsoft.Maui.Essentials (1)
Screenshot\Screenshot.shared.cs (1)
29 public interface IPlatformScreenshot : IScreenshot
1 implementation of IScreenshot
Microsoft.Maui.Essentials (1)
Screenshot\Screenshot.netstandard.watchos.macos.cs (1)
7 partial class ScreenshotImplementation : IScreenshot
5 references to IScreenshot
Microsoft.Maui.Essentials (5)
Screenshot\Screenshot.shared.cs (5)
156 static IScreenshot? defaultImplementation; 161 public static IScreenshot Default => 164 internal static void SetDefault(IScreenshot? implementation) => 169 /// This class contains static extension methods for use with <see cref="IScreenshot"/>. 173 static IPlatformScreenshot AsPlatform(this IScreenshot screenshot)