FMX.Forms.TCommonCustomForm.ScreenToClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ScreenToClient(const Point: TPointF): TPointF;

C++

System::Types::TPointF __fastcall ScreenToClient(const System::Types::TPointF &Point);

Properties

Type Visibility Source Unit Parent
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Transforms the global screen coordinates to local client area coordinates. The global screen coordinates are given through the Point parameter.

See Also