FMX.Types.IControl.ScreenToLocal

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

Delphi

function ScreenToLocal(P: TPointF): TPointF;

C++

virtual System::Types::TPointF __fastcall ScreenToLocal(const System::Types::TPointF &P) = 0 ;

プロパティ

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

説明

画面パースペクティブからローカル パースペクティブに、指定されたを変換して返します。

P は、変換されたです。

ScreenToLocal を実装すると、画面パースペクティブからローカル パースペクティブに、P を変換することができます。

関連項目