Summary
Converts a point from client to screen coordinates.
- Namespace
- Avalonia
.Rendering - Containing Type
- IRenderRoot
Syntax
PixelPoint PointToScreen(Point point)
Parameters
Name | Type | Description |
---|---|---|
point | Point | The point in client coordinates. |
Return Value
Type | Description |
---|---|
PixelPoint | The point in screen device coordinates. |