FMX.Types.TPathPoint

De RAD Studio API Documentation

Delphi

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

C++

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

Propriétés

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

Description

Définit un point TPathData.

Point conserve un TPointF.

Kind conserve le type de Point.

Voir aussi

Traductions