'Declaration Public Function PointToScreen( _ ByVal p As System.Drawing.Point _ ) As System.Drawing.Point
public System.Drawing.Point PointToScreen( System.Drawing.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 in screen coordinates.