FMX.Controls.Presentation.TPointInObjectLocalInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TPointInObjectLocalInfo = record
    Point: TPointF;
    Result: Boolean;
  end;

C++

struct DECLSPEC_DRECORD TPointInObjectLocalInfo
{
public:
    System::Types::TPointF Point;
    bool Result;
};

Eigenschaften

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


Beschreibung

Informationen über den Treffertestpunkt in einem lokalen Steuerelement an einem bestimmten Punkt.

Siehe auch