PointToScreen Method (PathIconElement)
Computes the location of the specified client point into screen coordinates.
'Declaration
Public Function PointToScreen( _
ByVal As Point _
) As Point
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.