System.Types.TPointF.Y

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

Delphi

Y: Single;);

C++

__property float Y = { read=y,   write=y  };

プロパティ

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


説明

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

Y の型は、Single です。

関連項目