System.Types.TSmallPoint.Add

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

Delphi

function Add(const Point: TSmallPoint): TSmallPoint;

プロパティ

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

説明

2 つの TSmallPoint オブジェクトの合計を計算します。

Add を呼び出すと、ある TSmallPoint オブジェクトの x および y 座標を、別の TSmallPoint オブジェクトの x および y 座標に足します。

関連項目