FMX.Graphics.TPathData.Translate

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

Delphi

procedure Translate(const DX, DY: Single); overload;
procedure Translate(const Delta: TPointF); overload; inline;

C++

void __fastcall Translate(const float DX, const float DY)/* overload */;
void __fastcall Translate(const System::Types::TPointF &Delta)/* overload */;

プロパティ

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


説明

現在の TPathData を平行移動します。

Translate は、現在の TPathData を、各軸上で指定された距離分移動します。

dX パラメータは、x 軸上の距離を示します。

dY パラメータは、y 軸上の距離を示します。

関連項目