ActionsPane.PointToScreen(Point) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.