INativeWindow.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.
Transforms the specified point from client to screen coordinates.
public System.Drawing.Point PointToScreen (System.Drawing.Point point);
abstract member PointToScreen : System.Drawing.Point -> System.Drawing.Point
Parameters
Returns
The point transformed to screen coordinates.