Summary
Provides data for the
SceneInvalidated
event.
- Namespace
- Avalonia
.Rendering - Base Types
-
- object
- EventArgs
graph BT
Type-->Base0["EventArgs"]
Base0-->Base1["object"]
Type["SceneInvalidatedEventArgs"]
class Type type-node
Syntax
public class SceneInvalidatedEventArgs : EventArgs
Constructors
Name | Summary |
---|---|
Scene |
Initializes a new instance of the SceneInvalidatedEventArgs class.
|
Properties
Name | Value | Summary |
---|---|---|
DirtyRect | Rect |
Gets the invalidated area.
|
RenderRoot | IRenderRoot |
Gets the render root that has been invalidated.
|