[]
Computes the location of the specified screen point into client coordinates.
public Point PointToClient(Point p)
Type | Name | Description |
---|---|---|
Point | p | The screen coordinate Point to convert. |
Type | Description |
---|---|
Point | A Point that represents the converted Point in client coordinates. |