FMX.Utils.TLine2D.Direction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Direction: TPointF;

C++

System::Types::TPointF Direction;

Properties

Type Visibility Source Unit Parent
field public
FMX.Utils.pas
FMX.Utils.hpp
FMX.Utils TLine2D

Description

The direction of a line.

Direction is defined in the constructor as the substraction of the provided origin point from the provided destination point.

See Also