System.Types.TPointF.Y
Delphi
Y: Single;);
C++
__property float Y = { read=y, write=y };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field property |
public | System.Types.pas SystemTypes.h |
System.Types | TPointF |
Description
Specifies the vertical coordinate of the TPoint object.