System.Types.TPointF.X

From RAD Studio API Documentation
Jump to: navigation, search

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.

The type of X is Single.

See Also