FMX.Forms.IFMXWindowService.ClientToScreen
Delphi
function ClientToScreen(const AForm: TCommonCustomForm; const Point: TPointF): TPointF;
C++
virtual System::Types::TPointF __fastcall ClientToScreen(TCommonCustomForm* const AForm, const System::Types::TPointF &Point) = 0 ;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | IFMXWindowService |
説明
下位クラスでは、ClientToScreen は、点の画面座標を、ローカル(クライアント)領域座標に変換するための機能を実装します。