System.Math.Vectors.TCubicBezierCurve.GetPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPoint(Index, Total: Integer): TPointF; overload;
function GetPoint(T: Single): TPointF; overload;

C++

System::Types::TPointF __fastcall GetPoint(int Index, int Total)/* overload */;
System::Types::TPointF __fastcall GetPoint(float T)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.