FMX.Forms.IFMXWindowService.ScreenToClient

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

Delphi

function ScreenToClient(const AForm: TCommonCustomForm; const AScreenPoint: TPointF): TPointF;

C++

virtual System::Types::TPointF __fastcall ScreenToClient(TCommonCustomForm* const AForm, const System::Types::TPointF &AScreenPoint) = 0 ;

プロパティ

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

説明

下位クラスでは、ScreenToClient は、指定された点を、クライアント領域座標からグローバル画面座標へ、変換するための機能を実装します。

関連項目