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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.