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