SceneBuilder.

Update(Scene, IVisual) Method

Summary

Updates the visual (and potentially its children) in a scene.
Namespace
Avalonia.Rendering.SceneGraph
Containing Type
SceneBuilder

Syntax

public bool Update(Scene scene, IVisual visual)

Parameters

Name Type Description
scene Scene The scene.
visual IVisual The visual to update.

Return Value

Type Description
bool True if changes were made, otherwise false.