'Declaration Public Function PointToScreen( _ ByVal p As Point _ ) As Point
public Point PointToScreen( Point p )
Parameters
- p
- The client coordinate System.Drawing.Point to convert.
Return Value
A System.Drawing.Point that represents the converted System.Drawing.Point, p, in screen coordinates.