BaseRenderToStreamHandlerGetStream Method

Get stream to write a screenshot to.

Definition

Namespace: Avalonia.Diagnostics.Screenshots
Assembly: Avalonia.Diagnostics (in Avalonia.Diagnostics.dll) Version: 11.3.999
protected abstract Task<Stream?> GetStream(
	Control control
)

Parameters

control  Control

Return Value

TaskStream
stream to render the control

See Also