System.Types.TPointF.X

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

1: (X: Single;
Y: Single;);

C++

__property float X = { read=x,   write=x  };

プロパティ

種類 可視性 ソース ユニット
field
property
public
System.Types.pas
SystemTypes.h
System.Types TPointF


説明

TPoint オブジェクトの水平座標を示します。

X の型は、Single です。

関連項目