Method PointToScreen
PointToScreen(Point)
When implemented by a class, computes the location of the specified client point into screen coordinates.
Point PointToScreen(Point p)
Parameters
p
PointThe client coordinate Point to convert.
Returns
- Point
A Point that represents the converted Point, in screen coordinates.