System.Classes.Point

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

Delphi

function Point(AX, AY: Integer): TPoint;

C++

extern DELPHI_PACKAGE System::Types::TPoint __fastcall Point(int AX, int AY);

プロパティ

種類 可視性 ソース ユニット
function public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

説明

1 組の座標から TPoint 構造体を作成します。

指定された座標を表す TPoint を作成するには、Point を呼び出します。

関連項目

コード サンプル