Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Control.pointToClient

Converts the coordinates of a point from screen coordinates to client coordinates.

Syntax

public Point pointToClient( Point p )

Parameters

p

The Point object containing screen coordinates that you want to convert to client coordinates.

Return Value

Returns a Point object containing the client coordinates that correspond to the screen coordinates contained in p.