System.Types.TPointF.X

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

1: (X: Single;
Y: Single;);

C++

__property float X = { read=x,   write=x  };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
field
property
public
System.Types.pas
SystemTypes.h
System.Types TPointF


Beschreibung

Gibt die horizontale Koordinate des TPoint-Objekts an.

X hat den Typ Single.

Siehe auch