Summary
Initializes a new instance of the
SceneInvalidatedEventArgs
class.
- Namespace
- Avalonia
.Rendering - Containing Type
- Scene
Invalidated Event Args
Syntax
public SceneInvalidatedEventArgs(IRenderRoot root, Rect dirtyRect)
Parameters
Name | Type | Description |
---|---|---|
root | IRenderRoot | The render root that has been updated. |
dirtyRect | Rect | The updated area. |
Return Value
Type | Description |
---|---|
void |