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