FMX.Types.TSpline

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTSpline

Delphi

TSpline = class(TObject)

C++

class PASCALIMPLEMENTATION TSpline : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

TSpline defines a spline curve.

TSpline creates a spline curve from a specified polygon. The created curve is a Kochanek–Bartels spline.

TSpline is used by TPathAnimation to smooth the TPathAnimation.Path.

See Also