System.Types.TSmallPoint.operator Addition

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

Delphi

class operator Add(const Lhs, Rhs : TSmallPoint): TSmallPoint;

プロパティ

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

説明

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

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

関連項目