API:FMX.Graphics.TPathPoint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TPathPoint = packed record

C++

struct DECLSPEC_DRECORD TPathPoint
{
public:
    TPathPointKind Kind;
    System::Types::TPointF Point;
    static TPathPoint __fastcall Create(const TPathPointKind AKind, const System::Types::TPointF &APoint);
    static bool __fastcall _op_Equality(const TPathPoint &APoint1, const TPathPoint &APoint2);
    static bool __fastcall _op_Inequality(const TPathPoint &APoint1, const TPathPoint &APoint2);
    friend bool operator ==(const TPathPoint &APoint1, const TPathPoint &APoint2) { return TPathPoint::_op_Equality(APoint1, APoint2); }
    friend bool operator !=(const TPathPoint &APoint1, const TPathPoint &APoint2) { return TPathPoint::_op_Inequality(APoint1, APoint2); }
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.