IRenderRoot Interface

Represents the root of a renderable tree.

Definition

Namespace: Avalonia.Rendering
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IRenderRoot

Properties

ClientSize Gets the client size of the window.
HitTester 
Renderer Gets the renderer for the window.
RenderScaling The scaling factor to use in rendering.

Methods

PointToClient(PixelPoint) Converts a point from screen to client coordinates.
PointToScreen(Point) Converts a point from client to screen coordinates.

See Also