Summary
Converts a point from client to screen coordinates.
- Namespace
- Avalonia
.Platform - Containing Type
- ITopLevelImpl
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 coordinates. |