Control.pointToScreen

Overview | Methods | Fields | This Package | All Packages

Control.pointToScreen

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

Syntax

public Point pointToScreen( Point p )

Parameters

p

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

Return Value

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