IRenderRoot.

PointToClient(PixelPoint) Method

Summary

Converts a point from screen to client coordinates.
Namespace
Avalonia.Rendering
Containing Type
IRenderRoot

Syntax

Point PointToClient(PixelPoint point)

Parameters

Name Type Description
point PixelPoint The point in screen device coordinates.

Return Value

Type Description
Point The point in client coordinates.