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