TdxLayoutContainer.ScreenToClient(TPoint) Method
Converts the Point‘s screen coordinates into layout control coordinates.
Declaration
function ScreenToClient(const Point: TPoint): TPoint;
Parameters
| Name | Type |
|---|---|
| Point | TPoint |
Returns
| Type |
|---|
| TPoint |
Remarks
To convert layout control coordinates of the Point into screen coordinates, use the ClientToScreen method.
See Also