Afficher : Delphi C++
Préférences d'affichage

FMX.Types.TPathPoint

De XE2 API Documentation

Delphi

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

C++

struct DECLSPEC_DRECORD TPathPoint{
public:
TPathPointKind Kind;
#pragma pack(push,8)
System::Types::TPointF Point;
#pragma pack(pop)
};

Propriétés

Type Visibilité  Source Unité  Parent
struct
class
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

Versions précédentes
Traductions