Computes the location of the specified client point into screen coordinates.
'宣言
Public Function PointToScreen( _
ByVal As Point _
) As Point
public Point PointToScreen(
Point
)
パラメータ
- p
- The client coordinate System.Drawing.Point to convert.
戻り値の型
A
System.Drawing.Point that represents the converted
System.Drawing.Point in screen coordinates.