Rendering Namespace
Namespace Avalonia.Rendering
Types
- DefaultRenderTimer - Defines a default render timer that uses a standard timer.
- ICustomHitTest - Allows customization of hit-testing
- IPresentationSource - Represents the host of the visual tree. On desktop platforms this is typically backed by a native window.
- IRenderTimer - Defines the interface implemented by an application render timer.
- RendererDebugOverlays - Represents the various types of overlays that can be drawn by a renderer.
- RendererDiagnostics - Manages configurable diagnostics that can be displayed by a renderer.
- SceneInvalidatedEventArgs - Provides data for the Avalonia.Rendering.IRenderer.SceneInvalidated event.
- SleepLoopRenderTimer
- ThreadProxyRenderTimer
- UiThreadRenderTimer - Render timer that ticks on UI thread. Useful for debugging or bootstrapping on new platforms