System.Types.tagPOINT

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

C++

typedef TPoint tagPoint;

プロパティ

種類 可視性 ソース ユニット
typedef public SystemTypes.h System.Types System.Types

説明

TPoint のエイリアスを表します。


tagPOINT を使用すると、左上隅を起点とした画面上のピクセルの位置を定義することができます。X と Y はそれぞれ、点の水平座標と垂直座標を示します。

関連項目