FMX.Types.TPosition.Reflect

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

Delphi

procedure Reflect(const Normal: TPointF);

C++

void __fastcall Reflect(const System::Types::TPointF &Normal);

プロパティ

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


説明

指定された線に交わる現在の Vector のリフレクションを返します。

Reflect 関数を使用すると、パラメータで与えられた点上の垂線に交わる現在の位置のリフレクションを取得することができます。

関連項目