System.Math.Vectors.PointF

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

Delphi

function PointF(const V: TVector): TPointF;

C++

extern DELPHI_PACKAGE System::Types::TPointF __fastcall PointF(const TVector &V)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors


説明

TPointF に変換される TVector 変数を返します。

関連項目