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