System.Types.TPoint.Create

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

Delphi

constructor Create(P : TPoint); overload;
constructor Create(const X, Y : Integer); overload;

C++

TPoint() _ALWAYS_INLINE
TPoint(int _x, int _y) _ALWAYS_INLINE

プロパティ

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


説明

TPoint オブジェクトを作成します。

Create を使用すると、新しい TPoint オブジェクトを構築および初期化することができます。 X および Y は、それぞれ点の、水平および垂直 Integer 座標を示しています。

関連項目