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
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.