FMX.Forms.IFMXWindowService.ClientToScreen

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

Delphi

function ClientToScreen(const AForm: TCommonCustomForm; const AFormPoint: TPointF): TPointF;

C++

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

プロパティ

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

説明

下位クラスでは、ClientToScreen は、点の画面座標を、ローカル(クライアント)領域座標に変換するための機能を実装します。

関連項目