Scene.

Scene(IVisual) Constructor

Summary

Initializes a new instance of the Scene class.
Namespace
Avalonia.Rendering.SceneGraph
Containing Type
Scene

Syntax

public Scene(IVisual rootVisual)

Parameters

Name Type Description
rootVisual IVisual The root visual to draw.

Return Value

Type Description
void