IScreenshotResult.OpenReadAsync(ScreenshotFormat, Int32) Method
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.
Opens a Stream to the corresponding screenshot file on the filesystem.
public System.Threading.Tasks.Task<System.IO.Stream> OpenReadAsync (Microsoft.Maui.Media.ScreenshotFormat format = Microsoft.Maui.Media.ScreenshotFormat.Png, int quality = 100);
abstract member OpenReadAsync : Microsoft.Maui.Media.ScreenshotFormat * int -> System.Threading.Tasks.Task<System.IO.Stream>
Public Function OpenReadAsync (Optional format As ScreenshotFormat = Microsoft.Maui.Media.ScreenshotFormat.Png, Optional quality As Integer = 100) As Task(Of Stream)
Parameters
- format
- ScreenshotFormat
The image format used to read this screenshot.
Returns
A Stream containing the screenshot file data.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.