System.Types.TPointF.Y

From RAD Studio API Documentation
Jump to: navigation, search

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.

The type of Y is Single.

See Also