FMX.Types.TPathPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TPathPoint = packed record
    Kind: TPathPointKind;
    Point: TPointF;
  end;

C++

struct DECLSPEC_DRECORD TPathPoint{
public:
    TPathPointKind Kind;
    System::Types::TPointF Point;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Defines a TPathData point.

Point keeps a TPointF.

Kind keeps the type of Point.

See Also

Personal tools
Translations