System.Math.Vectors.PointF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PointF(const V: TVector): TPointF;

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

Description

Returns a TVector variable converted to TPointF.

See Also