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