Table of Contents

Class SceneInvalidatedEventArgs

Namespace
Avalonia.Rendering
Assembly
Avalonia.Base.dll

Provides data for the SceneInvalidated event.

[PrivateApi]
public class SceneInvalidatedEventArgs : EventArgs
Inheritance
SceneInvalidatedEventArgs
Inherited Members

Constructors

SceneInvalidatedEventArgs(IRenderRoot, Rect)

Initializes a new instance of the SceneInvalidatedEventArgs class.

public SceneInvalidatedEventArgs(IRenderRoot root, Rect dirtyRect)

Parameters

root IRenderRoot

The render root that has been updated.

dirtyRect Rect

The updated area.

Properties

DirtyRect

Gets the invalidated area.

public Rect DirtyRect { get; }

Property Value

Rect

RenderRoot

Gets the render root that has been invalidated.

public IRenderRoot RenderRoot { get; }

Property Value

IRenderRoot