System.Types.TPointF.Y

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

Y: Single;);

C++

__property float Y = { read=y,   write=y  };

Eigenschaften

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


Beschreibung

Gibt die vertikale Koordinate des TPoint-Objekts an.

Y hat den Typ Single.

Siehe auch