VisualDiagnostics.CaptureAsPngAsync 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.
Overloads
CaptureAsPngAsync(IView) | |
CaptureAsPngAsync(IWindow) |
CaptureAsPngAsync(IView)
- Source:
- VisualDiagnostics.cs
- Source:
- VisualDiagnostics.cs
public:
static System::Threading::Tasks::Task<cli::array <System::Byte> ^> ^ CaptureAsPngAsync(Microsoft::Maui::IView ^ view);
public static System.Threading.Tasks.Task<byte[]?> CaptureAsPngAsync (Microsoft.Maui.IView view);
static member CaptureAsPngAsync : Microsoft.Maui.IView -> System.Threading.Tasks.Task<byte[]>
Public Shared Function CaptureAsPngAsync (view As IView) As Task(Of Byte())
Parameters
- view
- IView
Returns
Applies to
CaptureAsPngAsync(IWindow)
- Source:
- VisualDiagnostics.cs
- Source:
- VisualDiagnostics.cs
public:
static System::Threading::Tasks::Task<cli::array <System::Byte> ^> ^ CaptureAsPngAsync(Microsoft::Maui::IWindow ^ window);
public static System.Threading.Tasks.Task<byte[]?> CaptureAsPngAsync (Microsoft.Maui.IWindow window);
static member CaptureAsPngAsync : Microsoft.Maui.IWindow -> System.Threading.Tasks.Task<byte[]>
Public Shared Function CaptureAsPngAsync (window As IWindow) As Task(Of Byte())
Parameters
- window
- IWindow
Returns
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.