FMX.InertialMovement.TPointD.SetLocation

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

Delphi

procedure SetLocation(const P: TPointD);

C++

void __fastcall SetLocation(const TPointD &P);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TPointD


説明

現在の TPointD 点の場所を設定します。

P は、点の新しい座標(XY)を、TPointD 型を使用して指定します。

関連項目