ActionsPane.PointToScreen(Point) Method

Definition

Computes the location of the specified client point into screen coordinates.

public:
 System::Drawing::Point PointToScreen(System::Drawing::Point p);
public System.Drawing.Point PointToScreen (System.Drawing.Point p);
abstract member PointToScreen : System.Drawing.Point -> System.Drawing.Point
Public Function PointToScreen (p As Point) As Point

Parameters

p
Point

The client coordinate Point to convert.

Returns

A Point that represents the converted Point, p, in screen coordinates.

Remarks

This method provides the same functionality as the System.Windows.Forms.Control.PointToScreen method. For more information about using this method, see System.Windows.Forms.Control.PointToScreen.

Applies to