FMX.Types.TSpline

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.TObjectTSpline

Delphi

TSpline = class(TObject)

C++

class PASCALIMPLEMENTATION TSpline : public System::TObject

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Beschreibung

TSpline definiert eine Spline-Kurve.

TSpline erstellt aus einem angegebenen Polygon eine Spline-Kurve. Der erstellte Kurve ist eine Kochanek–Bartels-Spline.

TSpline wird von TPathAnimation zum Glätten des TPathAnimation.Path verwendet.

Siehe auch