|
|
@ -8,9 +8,8 @@ namespace Avalonia.Diagnostics.Screenshots |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public abstract class BaseRenderToStreamHandler : IScreenshotHandler |
|
|
public abstract class BaseRenderToStreamHandler : IScreenshotHandler |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Get stream
|
|
|
/// Get stream to write a screenshot to.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <param name="control"></param>
|
|
|
/// <param name="control"></param>
|
|
|
/// <returns>stream to render the control</returns>
|
|
|
/// <returns>stream to render the control</returns>
|
|
|
|