System.Types.TPoint.Y

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

Delphi

Y: FixedInt;

C++

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

プロパティ

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


説明

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

TPoint.Y の型は、FixedInt です。

関連項目