INativeWindow.PointToScreen(Point) Method

Definition

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

point
Point

A Point to transform.

Returns

The point transformed to screen coordinates.

Applies to