FMX.Forms.TCommonCustomForm.ScreenToClient

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function ScreenToClient(const Point: TPointF): TPointF;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

説明

グローバル画面の座標を、ローカル クライアント領域の座標に変換します。グローバル画面の座標は、Point パラメータで渡されます。

関連項目