RenderSvg(Visual, Int32, Int32, Theme?, Func<Visual, Boolean>?, CellBufferSvgExportOptions?) Method

Definition

Assembly XenoAtom.Terminal.UI.dll
[NullableContext((byte)1)]
public static string RenderSvg(Visual root, int width, int height, [Nullable((byte)2)] Theme? theme = null, [Nullable(new byte[] { (byte)2, (byte)1 })] Func<Visual, bool>? hoverPredicate = null, [Nullable((byte)2)] CellBufferSvgExportOptions? options = null)

Parameters

root
Visual
width
Int32
height
Int32
theme
Theme
hoverPredicate
Func<Visual, Boolean>

Returns